Lines Matching refs:xx

898   uint16_t xx;  in BTM_InqDbFirst()  local
901 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) { in BTM_InqDbFirst()
1129 uint16_t xx; in btm_clr_inq_db() local
1135 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) { in btm_clr_inq_db()
1180 uint16_t xx; in btm_inq_find_bdaddr() local
1186 for (xx = 0; xx < p_inq->num_bd_entries; xx++, p_db++) { in btm_inq_find_bdaddr()
1191 if (xx < p_inq->max_bd_entries) { in btm_inq_find_bdaddr()
1212 uint16_t xx; in btm_inq_db_find() local
1215 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) { in btm_inq_db_find()
1236 uint16_t xx; in btm_inq_db_new() local
1241 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) { in btm_inq_db_new()
1519 uint8_t num_resp, xx; in btm_process_inq_results() local
1572 for (xx = 0; xx < num_resp; xx++) { in btm_process_inq_results()
1738 uint8_t xx, yy, num_resp; in btm_sort_inq_result() local
1749 for (xx = 0; xx < num_resp - 1; xx++, p_ent++) { in btm_sort_inq_result()
1750 for (yy = xx + 1, p_next = p_ent + 1; yy < num_resp; yy++, p_next++) { in btm_sort_inq_result()
2100 uint8_t xx; in btm_convert_uuid_to_eir_service() local
2102 for (xx = 0; xx < BTM_EIR_MAX_SERVICES; xx++) { in btm_convert_uuid_to_eir_service()
2103 if (uuid16 == BTM_EIR_UUID_LKUP_TBL[xx]) { in btm_convert_uuid_to_eir_service()
2104 return xx; in btm_convert_uuid_to_eir_service()
2267 uint8_t yy, xx; in BTM_GetEirUuidList() local
2300 for (xx = 0; xx < Uuid::kNumBytes128; xx++) in BTM_GetEirUuidList()
2301 snprintf(buff + xx * 2, sizeof(buff) - xx * 2, "%02X", in BTM_GetEirUuidList()
2302 *(p_uuid_list + yy * Uuid::kNumBytes128 + xx)); in BTM_GetEirUuidList()
2388 uint8_t xx; in btm_convert_uuid_to_uuid16() local
2401 for (xx = 0; xx < Uuid::kNumBytes128 - 4; xx++) { in btm_convert_uuid_to_uuid16()
2402 if (p_uuid[xx] != base_uuid[xx]) { in btm_convert_uuid_to_uuid16()