Home
last modified time | relevance | path

Searched refs:max_num_uuid (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/dm/
Dbta_dm_api.cc351 uint8_t num_uuid, max_num_uuid = 32; in BTA_GetEirService() local
357 max_num_uuid); in BTA_GetEirService()
Dbta_dm_act.cc3266 uint8_t max_num_uuid; in bta_dm_set_eir() local
3313 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir()
3315 max_num_uuid, &num_uuid); in bta_dm_set_eir()
3371 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir()
3373 max_num_uuid, &num_uuid); in bta_dm_set_eir()
3385 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()
3412 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes32; in bta_dm_set_eir()
3418 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()
3441 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes128; in bta_dm_set_eir()
3447 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()
/system/bt/stack/btm/
Dbtm_inq.cc2351 uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument
2365 if (*p_num_uuid > max_num_uuid) { in BTM_GetEirUuidList()
2367 __func__, *p_num_uuid, max_num_uuid); in BTM_GetEirUuidList()
2368 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList()
/system/bt/stack/include/
Dbtm_api.h1978 uint8_t* p_uuid_list, uint8_t max_num_uuid);