Lines Matching refs:num_uuid

2869   uint8_t num_uuid;  in bta_dm_set_eir()  local
2904 num_uuid = p_bta_dm_eir_cfg->bta_dm_eir_uuid16_len / Uuid::kNumBytes16; in bta_dm_set_eir()
2908 max_num_uuid, &num_uuid); in bta_dm_set_eir()
2913 if (local_name_len > (free_eir_length - 4 - num_uuid * Uuid::kNumBytes16)) { in bta_dm_set_eir()
2941 num_uuid = p_bta_dm_eir_cfg->bta_dm_eir_uuid16_len / Uuid::kNumBytes16; in bta_dm_set_eir()
2946 num_uuid = free_eir_length / Uuid::kNumBytes16; in bta_dm_set_eir()
2949 UINT8_TO_STREAM(p, num_uuid * Uuid::kNumBytes16 + 1); in bta_dm_set_eir()
2952 num_uuid * Uuid::kNumBytes16); in bta_dm_set_eir()
2953 p += num_uuid * Uuid::kNumBytes16; in bta_dm_set_eir()
2954 free_eir_length -= num_uuid * Uuid::kNumBytes16; in bta_dm_set_eir()
2962 num_uuid = 0; 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()
2980 num_uuid++; in bta_dm_set_eir()
2991 UINT8_TO_STREAM(p_length, num_uuid * Uuid::kNumBytes16 + 1); in bta_dm_set_eir()
2993 free_eir_length -= num_uuid * Uuid::kNumBytes16 + 2; in bta_dm_set_eir()
3002 num_uuid = 0; in bta_dm_set_eir()
3011 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()
3013 num_uuid++; in bta_dm_set_eir()
3022 UINT8_TO_STREAM(p_length, num_uuid * Uuid::kNumBytes32 + 1); in bta_dm_set_eir()
3024 free_eir_length -= num_uuid * Uuid::kNumBytes32 + 2; in bta_dm_set_eir()
3031 num_uuid = 0; in bta_dm_set_eir()
3040 if (num_uuid < max_num_uuid) { in bta_dm_set_eir()
3042 num_uuid++; in bta_dm_set_eir()
3051 UINT8_TO_STREAM(p_length, num_uuid * Uuid::kNumBytes128 + 1); in bta_dm_set_eir()
3053 free_eir_length -= num_uuid * Uuid::kNumBytes128 + 2; in bta_dm_set_eir()