Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api.h1565 uint8_t* p_num_uuid16);
/system/bt/stack/btm/
Dbtm_inq.cc2218 uint8_t* p_num_uuid16) { in BTM_GetEirSupportedServices() argument
2221 *p_num_uuid16 = 0; in BTM_GetEirSupportedServices()
2226 if (*p_num_uuid16 < max_num_uuid16) { in BTM_GetEirSupportedServices()
2228 (*p_num_uuid16)++; in BTM_GetEirSupportedServices()
/system/bt/main/shim/
Dbtm_api.h437 uint8_t* p_num_uuid16);
Dbtm_api.cc745 uint8_t* p_num_uuid16) { in BTM_GetEirSupportedServices() argument
750 CHECK(p_num_uuid16 != nullptr); in BTM_GetEirSupportedServices()