Lines Matching refs:xx
1161 UINT16 xx; in BTM_InqDbFirst() local
1164 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in BTM_InqDbFirst()
1449 UINT16 xx; in btm_clr_inq_db() local
1455 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in btm_clr_inq_db()
1507 UINT16 xx; in btm_inq_find_bdaddr() local
1513 for (xx = 0; xx < p_inq->num_bd_entries; xx++, p_db++) in btm_inq_find_bdaddr()
1520 if (xx < p_inq->max_bd_entries) in btm_inq_find_bdaddr()
1543 UINT16 xx; in btm_inq_db_find() local
1546 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in btm_inq_db_find()
1569 UINT16 xx; in btm_inq_db_new() local
1574 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in btm_inq_db_new()
1850 UINT8 num_resp, xx; in btm_process_inq_results() local
1883 for (xx = 0; xx < num_resp; xx++) in btm_process_inq_results()
2070 UINT8 xx, yy, num_resp; in btm_sort_inq_result() local
2080 for (xx = 0; xx < num_resp-1; xx++, p_ent++) { in btm_sort_inq_result()
2081 for (yy = xx+1, p_next = p_ent+1; yy < num_resp; yy++, p_next++) { in btm_sort_inq_result()
2563 UINT8 xx; in btm_convert_uuid_to_eir_service() local
2565 for( xx = 0; xx < BTM_EIR_MAX_SERVICES; xx++ ) in btm_convert_uuid_to_eir_service()
2567 if( uuid16 == BTM_EIR_UUID_LKUP_TBL[xx]) in btm_convert_uuid_to_eir_service()
2569 return xx; in btm_convert_uuid_to_eir_service()
2736 UINT8 yy, xx; in BTM_GetEirUuidList() local
2777 for( xx = 0; xx < LEN_UUID_128; xx++ ) in BTM_GetEirUuidList()
2778 sprintf(buff + xx*2, "%02X", *(p_uuid_list + yy * LEN_UUID_128 + xx)); in BTM_GetEirUuidList()
2864 UINT8 xx; in btm_convert_uuid_to_uuid16() local
2879 for (xx = 0; xx < LEN_UUID_128 - 4; xx++) in btm_convert_uuid_to_uuid16()
2881 if (p_uuid[xx] != base_uuid[xx]) in btm_convert_uuid_to_uuid16()