Home
last modified time | relevance | path

Searched defs:p_eir_uuid (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_inq.cc105 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService()
129 uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p, in BTM_GetEirSupportedServices()
143 bool BTM_HasEirService(const uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_HasEirService()
171 void BTM_RemoveEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_RemoveEirService()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc2097 bool BTM_HasEirService(const uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_HasEirService()
2120 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService()
2141 void BTM_RemoveEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_RemoveEirService()
2165 uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p, in BTM_GetEirSupportedServices()