Searched defs:p_eir_uuid (Results 1 – 6 of 6) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_btm_inq.cc | 58 bool BTM_HasEirService(const uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_HasEirService() 135 uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p, in BTM_GetEirSupportedServices() 147 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() 153 void BTM_RemoveEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_RemoveEirService()
|
D | mock_main_shim_btm_api.cc | 69 bool bluetooth::shim::BTM_HasEirService(const uint32_t* p_eir_uuid, in BTM_HasEirService() 239 uint8_t bluetooth::shim::BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, in BTM_GetEirSupportedServices() 254 void bluetooth::shim::BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() 395 void bluetooth::shim::BTM_RemoveEirService(uint32_t* p_eir_uuid, in BTM_RemoveEirService()
|
/system/bt/bta/test/ |
D | bta_dm_cust_uuid_test.cc | 30 uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p, in BTM_GetEirSupportedServices()
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 1551 bool BTM_HasEirService(const uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_HasEirService() 1599 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() 1620 void BTM_RemoveEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_RemoveEirService() 1644 uint8_t BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, uint8_t** p, in BTM_GetEirSupportedServices()
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 73 bool bluetooth::shim::BTM_HasEirService(const uint32_t* p_eir_uuid, in BTM_HasEirService() 243 uint8_t bluetooth::shim::BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, in BTM_GetEirSupportedServices() 258 void bluetooth::shim::BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() 399 void bluetooth::shim::BTM_RemoveEirService(uint32_t* p_eir_uuid, in BTM_RemoveEirService()
|
/system/bt/main/shim/ |
D | btm_api.cc | 884 bool bluetooth::shim::BTM_HasEirService(const uint32_t* p_eir_uuid, in BTM_HasEirService() 898 void bluetooth::shim::BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() 903 void bluetooth::shim::BTM_RemoveEirService(uint32_t* p_eir_uuid, in BTM_RemoveEirService() 909 uint8_t bluetooth::shim::BTM_GetEirSupportedServices(uint32_t* p_eir_uuid, in BTM_GetEirSupportedServices()
|