Module bt_obex::header

source ·
Expand description

Definitions of the OBEX packet Header types.

Re-exports§

Modules§

  • A collection of Headers sent & received in an OBEX packet.

Structs§

  • Uniquely identifies an OBEX connection between a Client and Server. Defined in OBEX 1.5 Section 2.2.11.
  • Describes the type of an OBEX object. Used in Header::Type.
  • Represents a user-defined Header type.

Enums§

  • Specifies the type of action of the Action Operation. Defined in OBEX 1.5 Section 2.2.20.
  • The building block of an OBEX object. A single OBEX object consists of one or more Headers. Defined in OBEX 1.5 Section 2.0.
  • The OBEX Header Identifier (HI) identifies the type of OBEX packet.
  • Value indicating support for the Single Response Mode (SRM) feature in OBEX. Used as part of Header::SingleResponseMode. Defined in OBEX 1.5 Section 2.2.23.