Lines Matching refs:xx
62 int xx; in l2c_link_hci_conn_req() local
80 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; in l2c_link_hci_conn_req()
81 xx++, p_lcb_cur++) { in l2c_link_hci_conn_req()
426 int xx; in l2c_link_hci_disc_comp() local
427 for (xx = 0; xx < L2CAP_NUM_FIXED_CHNLS; xx++) { in l2c_link_hci_disc_comp()
428 if (p_lcb->p_fixed_ccbs[xx] && in l2c_link_hci_disc_comp()
429 p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb) { in l2c_link_hci_disc_comp()
430 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)( in l2c_link_hci_disc_comp()
431 xx + L2CAP_FIRST_FIXED_CHNL, p_lcb->remote_bd_addr, false, in l2c_link_hci_disc_comp()
433 if (p_lcb->p_fixed_ccbs[xx] == NULL) { in l2c_link_hci_disc_comp()
439 __func__, xx, p_lcb->remote_bd_addr.ToString().c_str(), p_lcb, in l2c_link_hci_disc_comp()
444 CHECK(p_lcb->p_fixed_ccbs[xx] != NULL); in l2c_link_hci_disc_comp()
445 l2cu_release_ccb(p_lcb->p_fixed_ccbs[xx]); in l2c_link_hci_disc_comp()
447 p_lcb->p_fixed_ccbs[xx] = NULL; in l2c_link_hci_disc_comp()
800 uint8_t xx; in l2c_link_adjust_chnl_allocation() local
805 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++) { in l2c_link_adjust_chnl_allocation()
806 tL2C_CCB* p_ccb = l2cb.ccb_pool + xx; in l2c_link_adjust_chnl_allocation()
871 int xx; in l2c_link_role_changed() local
888 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) { in l2c_link_role_changed()
974 int xx; in l2c_link_check_send_pkts() local
1012 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) { in l2c_link_check_send_pkts()
1224 uint8_t num_handles, xx; in l2c_link_process_num_completed_pkts() local
1240 for (xx = 0; xx < num_handles; xx++) { in l2c_link_process_num_completed_pkts()