Searched refs:ChannelType (Results 1 – 1 of 1) sorted by relevance
62 enum class ChannelType { enum68 ChannelType PsmToChannelType(const uint16_t& psm) { in PsmToChannelType()71 return ChannelType::kRfcomm; in PsmToChannelType()74 return ChannelType::kL2cap; in PsmToChannelType()102 ChannelType channel_type = ChannelType::kUnknown;551 const ChannelType channel_type = PsmToChannelType(psm); in LogChannelConnected()589 const ChannelType channel_type = PsmToChannelType(psm); in LogChannelDisconnected()609 const ChannelType channel_type = PsmToChannelType(psm); in LogTxBytes()627 if (channel_type == ChannelType::kRfcomm) { in LogTxBytes()641 const ChannelType channel_type = PsmToChannelType(psm); in LogRxBytes()[all …]