Expand description
Convenience helpers for the bredr.Profile
API RFCOMM operations.
Functions§
- build_
rfcomm_ protocol - Returns a ProtocolDescriptorList for an RFCOMM service with the provided
server_channel
. - is_
rfcomm_ protocol - Returns true if the provided
protocol
is RFCOMM. - rfcomm_
connect_ parameters - Returns the connect parameters for the provided RFCOMM
server_channel
. - server_
channel_ from_ protocol - Returns the ServerChannel number from the provided
protocol
or None if it does not exist.