Lines Matching refs:xx
918 uint16_t xx; in BTM_InqDbFirst() local
922 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) { in BTM_InqDbFirst()
995 uint16_t xx; in btm_clear_all_pending_le_entry() local
999 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) { in btm_clear_all_pending_le_entry()
1096 uint16_t xx; in btm_clr_inq_db() local
1104 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) { in btm_clr_inq_db()
1164 uint16_t xx; in btm_inq_find_bdaddr() local
1169 for (xx = 0; xx < num_bd_entries_; xx++, p_db++) { in btm_inq_find_bdaddr()
1175 if (xx < max_bd_entries_) { in btm_inq_find_bdaddr()
1196 uint16_t xx; in btm_inq_db_find() local
1200 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) { in btm_inq_db_find()
1221 uint16_t xx = 0, yy = 0; in btm_inq_db_new() local
1232 for (xx = 0; xx < BTM_INQ_DB_SIZE / 2; xx++, p_ent++) { in btm_inq_db_new()
1708 uint8_t xx, yy, num_resp; in btm_sort_inq_result() local
1720 for (xx = 0; xx < num_resp - 1; xx++, p_ent++) { in btm_sort_inq_result()
1721 for (yy = xx + 1, p_next = p_ent + 1; yy < num_resp; yy++, p_next++) { in btm_sort_inq_result()
2074 uint8_t xx; in btm_convert_uuid_to_eir_service() local
2076 for (xx = 0; xx < BTM_EIR_MAX_SERVICES; xx++) { in btm_convert_uuid_to_eir_service()
2077 if (uuid16 == BTM_EIR_UUID_LKUP_TBL[xx]) { in btm_convert_uuid_to_eir_service()
2078 return xx; in btm_convert_uuid_to_eir_service()
2216 uint8_t yy, xx; in BTM_GetEirUuidList() local
2248 for (xx = 0; xx < Uuid::kNumBytes128; xx++) in BTM_GetEirUuidList()
2249 snprintf(buff + xx * 2, sizeof(buff) - xx * 2, "%02X", in BTM_GetEirUuidList()
2250 *(p_uuid_list + yy * Uuid::kNumBytes128 + xx)); in BTM_GetEirUuidList()
2336 uint8_t xx; in btm_convert_uuid_to_uuid16() local
2349 for (xx = 0; xx < Uuid::kNumBytes128 - 4; xx++) { in btm_convert_uuid_to_uuid16()
2350 if (p_uuid[xx] != base_uuid[xx]) { in btm_convert_uuid_to_uuid16()