Expand description
Helpers for interacting with the fuchsia.bluetooth.bredr.Profile
resource.
Constants§
- The Attribute ID associated with the GoepL2capPsm attribute. Defined in https://www.bluetooth.com/specifications/assigned-numbers/service-discovery
Functions§
- Attempt to connect to the peer
id
with the provided connectparameters
. Returns anObexClient
connected to the remote OBEX service on success, or an Error if the connection could not be made. - Returns the GoepL2capPsm attribute for the provided
psm
. - Returns true if the provided
protocol
is OBEX. - Returns the protocol for an OBEX service for the provided L2CAP
psm
. - Returns the protocol for an OBEX service for the provided RFCOMM
channel
number. - Attempt to parse an OBEX service advertisement into
ConnectParameters
containing the L2CAP PSM or RFCOMM ServerChannel associated with the service. Returns the parameters on success, None if the parsing fails.