Home
last modified time | relevance | path

Searched refs:pL2CA_ConnectPnd_Cb (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c77 p_l2c->pL2CA_ConnectPnd_Cb = NULL; in rfcomm_l2cap_if_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h306 tL2CA_CONNECT_PND_CB *pL2CA_ConnectPnd_Cb; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c517 if (p_ccb->p_rcb->api.pL2CA_ConnectPnd_Cb) { in l2c_csm_w4_l2cap_connect_rsp()
519 (*p_ccb->p_rcb->api.pL2CA_ConnectPnd_Cb)(p_ccb->local_cid); in l2c_csm_w4_l2cap_connect_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c191 sdp_cb.reg_info.pL2CA_ConnectPnd_Cb = NULL; in sdp_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c80 gap_cb.conn.reg_info.pL2CA_ConnectPnd_Cb = NULL; in gap_conn_init()