Home
last modified time | relevance | path

Searched refs:p_pending_ccb (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c407 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()
Dl2c_api.c309 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()
Dl2c_utils.c2910 if (p_lcb->p_fixed_ccbs[xx] != p_lcb->p_pending_ccb) { in l2cu_process_fixed_disc_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h387 …tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */ member