Searched defs:p_num_uuid16 (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c3130 UINT8 max_num_uuid16, UINT8 *p_num_uuid16)
3135 *p_num_uuid16 = 0;
3141 if( *p_num_uuid16 < max_num_uuid16 )
3144 (*p_num_uuid16)++;
3129 BTM_GetEirSupportedServices( UINT32 *p_eir_uuid, UINT8 **p, UINT8 max_num_uuid16, UINT8 *p_num_uuid16) argument

Completed in 1277 milliseconds