Searched refs:BTM_AddEirService (Results 1 – 8 of 8) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_btm_inq.cc | 147 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() function
|
D | mock_main_shim_btm_api.cc | 254 void bluetooth::shim::BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() function in bluetooth::shim
|
/system/bt/stack/include/ |
D | btm_api.h | 882 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16);
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 1599 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() function 1886 BTM_AddEirService(p_results->eir_uuid, uuid16); in btm_set_eir_uuid() 1896 if (uuid16) BTM_AddEirService(p_results->eir_uuid, uuid16); in btm_set_eir_uuid() 1906 if (uuid16) BTM_AddEirService(p_results->eir_uuid, uuid16); in btm_set_eir_uuid()
|
/system/bt/main/shim/ |
D | btm_api.h | 325 void BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16);
|
D | btm_api.cc | 898 void bluetooth::shim::BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() function in bluetooth::shim
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 258 void bluetooth::shim::BTM_AddEirService(uint32_t* p_eir_uuid, uint16_t uuid16) { in BTM_AddEirService() function in bluetooth::shim
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3189 BTM_AddEirService(bta_dm_cb.eir_uuid, uuid16); in bta_dm_eir_update_uuid()
|