Lines Matching refs:xx
101 UINT16 xx; in btm_bda_to_acl() local
104 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++) in btm_bda_to_acl()
134 UINT8 xx; in btm_handle_to_acl_index() local
136 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++) in btm_handle_to_acl_index()
145 return(xx); in btm_handle_to_acl_index()
218 UINT8 xx; in btm_acl_created() local
238 for (xx = 0, p = &btm_cb.acl_db[0]; xx < MAX_L2CAP_LINKS; xx++, p++) in btm_acl_created()
262 btm_pm_sm_alloc(xx); in btm_acl_created()
476 UINT16 xx; in btm_acl_device_down() local
478 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++) in btm_acl_device_down()
730 UINT8 xx; in btm_acl_encrypt_change() local
736 xx = btm_handle_to_acl_index(handle); in btm_acl_encrypt_change()
738 if (xx < MAX_L2CAP_LINKS) in btm_acl_encrypt_change()
739 p = &btm_cb.acl_db[xx]; in btm_acl_encrypt_change()
916 int xx; in btm_read_remote_version_complete() local
923 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++) in btm_read_remote_version_complete()
1433 UINT8 xx; in btm_process_clk_off_comp_evt() local
1436 if ((xx = btm_handle_to_acl_index(hci_handle)) < MAX_L2CAP_LINKS) in btm_process_clk_off_comp_evt()
1437 btm_cb.acl_db[xx].clock_offset = clock_offset; in btm_process_clk_off_comp_evt()