Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c2966 UINT8 max_num_uuid16, UINT8 *p_num_uuid16) in BTM_GetEirSupportedServices() argument
2971 *p_num_uuid16 = 0; in BTM_GetEirSupportedServices()
2977 if( *p_num_uuid16 < max_num_uuid16 ) in BTM_GetEirSupportedServices()
2980 (*p_num_uuid16)++; in BTM_GetEirSupportedServices()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h4262 UINT8 max_num_uuid16, UINT8 *p_num_uuid16);