Home
last modified time | relevance | path

Searched refs:ChannelType (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/osi/src/
Dstack_power_telemetry.cc62 enum class ChannelType { enum
68 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 …]