pub fn is_rfcomm_protocol(protocol: &Vec<ProtocolDescriptor>) -> boolExpand description
Returns true if the provided protocol is RFCOMM.
Protocols are generally specified by a vector of ProtocolDescriptors which are ordered from lowest level (typically L2CAP) to highest.