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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_storage.c198 uint32_t *p_num_uuid)
216 *p_num_uuid = num;
197 btif_in_split_uuids_string_to_list(char *str, bt_uuid_t *p_uuid, uint32_t *p_num_uuid) argument
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c155 UINT8 *p_num_uuid, UINT8 *p_uuid_list_type );
3167 ** p_num_uuid - return number of UUID in found list
3180 UINT8 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, argument
3191 p_uuid_data = btm_eir_get_uuid_list( p_eir, uuid_size, p_num_uuid, &type );
3197 if( *p_num_uuid > max_num_uuid )
3200 *p_num_uuid, max_num_uuid );
3201 *p_num_uuid = max_num_uuid;
3204 BTM_TRACE_DEBUG("BTM_GetEirUuidList type = %02X, number of uuid = %d", type, *p_num_uuid );
3208 for( yy = 0; yy < *p_num_uuid; yy++ )
3216 for( yy = 0; yy < *p_num_uuid; y
3257 btm_eir_get_uuid_list( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, UINT8 *p_uuid_list_type ) argument
[all...]

Completed in 451 milliseconds