Searched refs:max_num_uuid (Results 1 – 10 of 10) sorted by relevance
283 uint8_t num_uuid, max_num_uuid = 32; in BTA_GetEirService() local289 max_num_uuid); in BTA_GetEirService()
2859 uint8_t max_num_uuid; in bta_dm_set_eir() local2906 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir()2908 max_num_uuid, &num_uuid); in bta_dm_set_eir()2964 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes16; in bta_dm_set_eir()2966 max_num_uuid, &num_uuid); in bta_dm_set_eir()2978 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()3005 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes32; in bta_dm_set_eir()3011 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()3034 max_num_uuid = (free_eir_length - 2) / Uuid::kNumBytes128; in bta_dm_set_eir()3040 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
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()
944 uint8_t max_num_uuid);
216 uint8_t* p_uuid_list, uint8_t max_num_uuid);
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