Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_test.cc1159 constexpr uint16_t PROFILE_UUID_PBAP = 0x112f; in TEST_F() local
1165 uint16_t profile_uuid_pbap = PROFILE_UUID_PBAP; in TEST_F()
1239 constexpr uint16_t PROFILE_UUID_PBAP = 0x112f; in TEST_F() local
1245 uint16_t profile_uuid_pbap = PROFILE_UUID_PBAP; in TEST_F()
1317 constexpr uint16_t PROFILE_UUID_PBAP = 0x112f; in TEST_F() local
1323 uint16_t profile_uuid_pbap = PROFILE_UUID_PBAP; in TEST_F()
Dsnoop_logger.cc277 constexpr uint16_t PROFILE_UUID_PBAP = 0x112f; variable
1043 if (uuid == PROFILE_UUID_PBAP || (dlci >> 1) == PROFILE_SCN_PBAP) { in SetRfcommPortOpen()