Searched refs:max_num_uuid (Results 1 – 10 of 10) sorted by relevance
282 uint8_t num_uuid, max_num_uuid = 32; in BTA_GetEirService() local288 max_num_uuid); in BTA_GetEirService()
2854 uint8_t max_num_uuid; in bta_dm_set_eir() local2901 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir()2903 max_num_uuid, &num_uuid); in bta_dm_set_eir()2959 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir()2961 max_num_uuid, &num_uuid); in bta_dm_set_eir()2973 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()3000 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes32; in bta_dm_set_eir()3006 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()3029 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes128; in bta_dm_set_eir()3035 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()
143 uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument
250 uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument
944 uint8_t max_num_uuid);
216 uint8_t* p_uuid_list, uint8_t max_num_uuid);
1692 uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument1706 if (*p_num_uuid > max_num_uuid) { in BTM_GetEirUuidList()1708 __func__, *p_num_uuid, max_num_uuid); in BTM_GetEirUuidList()1709 *p_num_uuid = max_num_uuid; in BTM_GetEirUuidList()
387 uint8_t max_num_uuid);
925 uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument
254 uint8_t max_num_uuid) { in BTM_GetEirUuidList() argument