Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_test.cc1009 constexpr uint16_t PROFILE_UUID_PBAP = 0x112f; in TEST_F() local
1015 uint16_t profile_uuid_pbap = PROFILE_UUID_PBAP; in TEST_F()
1080 constexpr uint16_t PROFILE_UUID_PBAP = 0x112f; in TEST_F() local
1086 uint16_t profile_uuid_pbap = PROFILE_UUID_PBAP; in TEST_F()
1149 constexpr uint16_t PROFILE_UUID_PBAP = 0x112f; in TEST_F() local
1155 uint16_t profile_uuid_pbap = PROFILE_UUID_PBAP; in TEST_F()
Dsnoop_logger.cc271 constexpr uint16_t PROFILE_UUID_PBAP = 0x112f; variable
995 if (uuid == PROFILE_UUID_PBAP || (dlci >> 1) == PROFILE_SCN_PBAP) { in SetRfcommPortOpen()