Searched refs:p_pending_ccb (Results 1 – 4 of 4) sorted by relevance
407 if (p_ccb != p_lcb->p_pending_ccb) { in l2c_link_hci_disc_comp()427 if (p_lcb->ccb_queue.p_first_ccb != NULL || p_lcb->p_pending_ccb) { in l2c_link_hci_disc_comp()450 … if (p_lcb->p_fixed_ccbs[xx] && p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb) { in l2c_link_hci_disc_comp()470 p_lcb->p_pending_ccb = NULL; in l2c_link_hci_disc_comp()582 p_lcb->p_pending_ccb = NULL; in l2c_link_timeout()
309 p_lcb->p_pending_ccb = p_ccb; in L2CA_ErtmConnectReq()1512 p_lcb->p_pending_ccb = p_ccb; in L2CA_ConnectLECocReq()1714 p_lcb->p_pending_ccb = p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]; in L2CA_ConnectFixedChnl()
2910 if (p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb) { in l2cu_process_fixed_disc_cback()
387 …tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */ member