Home
last modified time | relevance | path

Searched refs:p_num_uuid16 (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_inq.h116 uint8_t max_num_uuid16, uint8_t* p_num_uuid16)>
121 uint8_t* p_num_uuid16) { in operator()
122 return body(p_eir_uuid, p, max_num_uuid16, p_num_uuid16); in operator()
Dmock_stack_btm_inq.cc131 uint8_t* p_num_uuid16) { in BTM_GetEirSupportedServices() argument
134 p_eir_uuid, p, max_num_uuid16, p_num_uuid16); in BTM_GetEirSupportedServices()
/packages/modules/Bluetooth/system/bta/test/
Dbta_test_fixtures.h71 uint8_t* p_num_uuid16) -> uint8_t { return 0; }; in SetUp()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h701 uint8_t* p_num_uuid16);
Dbtm_client_interface.h165 uint8_t* p_num_uuid16);
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc2167 uint8_t* p_num_uuid16) { in BTM_GetEirSupportedServices() argument
2170 *p_num_uuid16 = 0; in BTM_GetEirSupportedServices()
2175 if (*p_num_uuid16 < max_num_uuid16) { in BTM_GetEirSupportedServices()
2177 (*p_num_uuid16)++; in BTM_GetEirSupportedServices()