Lines Matching refs:xx
139 UINT16 xx;
142 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
168 UINT8 xx;
170 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
179 return(xx);
197 UINT8 xx;
218 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++)
244 btm_pm_sm_alloc(xx);
458 UINT16 xx;
460 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
834 UINT8 xx;
837 xx = btm_handle_to_acl_index(handle);
840 if (xx >= MAX_L2CAP_LINKS)
844 p = &btm_cb.acl_db[xx];
901 UINT8 xx;
909 xx = btm_handle_to_acl_index(handle);
911 if (xx < MAX_L2CAP_LINKS)
912 p = &btm_cb.acl_db[xx];
1229 int xx;
1237 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++)
1724 UINT8 xx;
1730 xx = btm_handle_to_acl_index(handle);
1733 if (xx < MAX_L2CAP_LINKS)
1735 (*btm_cb.p_lsto_cback)(btm_cb.acl_db[xx].remote_addr, timeout);
2087 UINT16 xx, yy;
2089 for (xx = yy = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
2159 UINT8 xx;
2167 xx = btm_handle_to_acl_index(hci_handle);
2170 if (xx >= MAX_L2CAP_LINKS)
2173 p = &btm_cb.acl_db[xx];
2198 UINT8 xx;
2201 if ((xx = btm_handle_to_acl_index(hci_handle)) < MAX_L2CAP_LINKS)
2202 btm_cb.acl_db[xx].clock_offset = clock_offset;