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

/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1044 UINT8 num_uuid, max_num_uuid = 32; local
1049 BTM_GetEirUuidList( p_eir, LEN_UUID_16, &num_uuid, uuid_list, max_num_uuid);
H A Dbta_dm_act.c4180 UINT8 max_num_uuid; local
4239 max_num_uuid = (free_eir_length - 2)/LEN_UUID_16;
4241 max_num_uuid, &num_uuid );
4301 max_num_uuid = (free_eir_length - 2)/LEN_UUID_16;
4302 data_type = BTM_GetEirSupportedServices( bta_dm_cb.eir_uuid, &p, max_num_uuid, &num_uuid );
4315 if ( num_uuid < max_num_uuid )
4346 max_num_uuid = (free_eir_length - 2)/LEN_UUID_32;
4352 if ( num_uuid < max_num_uuid )
4379 max_num_uuid = (free_eir_length - 2)/LEN_UUID_128;
4385 if ( num_uuid < max_num_uuid )
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c3169 ** max_num_uuid - maximum number of UUID to be returned
3181 UINT8 *p_uuid_list, UINT8 max_num_uuid)
3197 if( *p_num_uuid > max_num_uuid )
3200 *p_num_uuid, max_num_uuid );
3201 *p_num_uuid = max_num_uuid;
3180 BTM_GetEirUuidList( UINT8 *p_eir, UINT8 uuid_size, UINT8 *p_num_uuid, UINT8 *p_uuid_list, UINT8 max_num_uuid) argument

Completed in 117 milliseconds