Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h82 bool IsHfpProfile(bool local, uint16_t cid, uint8_t dlci);
Dsnoop_logger.cc116 bool ProfilesFilter::IsHfpProfile(bool local, uint16_t cid, uint8_t dlci) { in IsHfpProfile() function in bluetooth::hal::ProfilesFilter
801 if ((filters).IsHfpProfile(is_received, l2cap_channel, addr)) { in FilterProfilesRfcommChannel()