• Home
  • Raw
  • Download

Lines Matching refs:xx

64     int             xx;  in l2c_link_hci_conn_req()  local
84 for (xx = 0, p_lcb_cur = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb_cur++) in l2c_link_hci_conn_req()
458 int xx; in l2c_link_hci_disc_comp() local
459 for (xx = 0; xx < L2CAP_NUM_FIXED_CHNLS; xx++) in l2c_link_hci_disc_comp()
461 if (p_lcb->p_fixed_ccbs[xx] && p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb) in l2c_link_hci_disc_comp()
464 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2c_link_hci_disc_comp()
467 (*l2cb.fixed_reg[xx].pL2CA_FixedConn_Cb)(xx + L2CAP_FIRST_FIXED_CHNL, in l2c_link_hci_disc_comp()
470 if (p_lcb->p_fixed_ccbs[xx] == NULL) { in l2c_link_hci_disc_comp()
473 __func__, xx, in l2c_link_hci_disc_comp()
482 assert(p_lcb->p_fixed_ccbs[xx] != NULL); in l2c_link_hci_disc_comp()
483 l2cu_release_ccb (p_lcb->p_fixed_ccbs[xx]); in l2c_link_hci_disc_comp()
485 p_lcb->p_fixed_ccbs[xx] = NULL; in l2c_link_hci_disc_comp()
872 UINT8 xx; in l2c_link_adjust_chnl_allocation() local
877 for (xx = 0; xx < MAX_L2CAP_CHANNELS; xx++) in l2c_link_adjust_chnl_allocation()
879 tL2C_CCB *p_ccb = l2cb.ccb_pool + xx; in l2c_link_adjust_chnl_allocation()
948 int xx; in l2c_link_role_changed() local
966 for (xx = 0, p_lcb = &l2cb.lcb_pool[0]; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) in l2c_link_role_changed()
1066 int xx; in l2c_link_check_send_pkts() local
1111 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++) in l2c_link_check_send_pkts()
1387 UINT8 num_handles, xx; in l2c_link_process_num_completed_pkts() local
1394 for (xx = 0; xx < num_handles; xx++) in l2c_link_process_num_completed_pkts()