Searched refs:max_num_uuid (Results 1 – 6 of 6) sorted by relevance
346 uint8_t num_uuid, max_num_uuid = 32; in BTA_GetEirService() local352 max_num_uuid); in BTA_GetEirService()
3273 uint8_t max_num_uuid; in bta_dm_set_eir() local3320 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir()3322 max_num_uuid, &num_uuid); in bta_dm_set_eir()3378 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir()3380 max_num_uuid, &num_uuid); in bta_dm_set_eir()3392 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()3419 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes32; in bta_dm_set_eir()3425 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()3448 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes128; in bta_dm_set_eir()3454 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()
1592 uint8_t* p_uuid_list, uint8_t max_num_uuid);
2264 uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument2278 if (*p_num_uuid > max_num_uuid) { in BTM_GetEirUuidList()2280 __func__, *p_num_uuid, max_num_uuid); in BTM_GetEirUuidList()2281 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList()
464 uint8_t max_num_uuid);
758 uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument