pub fn build_rfcomm_protocol(
server_channel: ServerChannel,
) -> Vec<ProtocolDescriptor>
Expand description
Returns a ProtocolDescriptorList for an RFCOMM service with the provided server_channel
.
pub fn build_rfcomm_protocol(
server_channel: ServerChannel,
) -> Vec<ProtocolDescriptor>
Returns a ProtocolDescriptorList for an RFCOMM service with the provided server_channel
.