Module bt_obex::client

source ·
Expand description

Contains the implementation of the Client role for OBEX. Services & Profiles that require OBEX Client functionality should use this module.

Structs§

  • Represents an in-progress GET Operation.
  • The Client role for an OBEX session. Provides an interface for connecting to a remote OBEX server and initiating the operations specified in OBEX 1.5.
  • Represents an in-progress PUT Operation. Defined in OBEX 1.5 Section 3.4.3.

Enums§

  • The underlying communication protocol used for the OBEX transport.