Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/internal/
Dbtm_api.h525 uint8_t max_num_uuid16, uint8_t* p_num_uuid16);
/packages/modules/Bluetooth/system/stack/include/
Dbtm_client_interface.h137 uint8_t* p_num_uuid16);
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc1858 uint8_t* p_num_uuid16) { in BTM_GetEirSupportedServices() argument
1861 *p_num_uuid16 = 0; in BTM_GetEirSupportedServices()
1865 if (*p_num_uuid16 < max_num_uuid16) { in BTM_GetEirSupportedServices()
1867 (*p_num_uuid16)++; in BTM_GetEirSupportedServices()