Home
last modified time | relevance | path

Searched refs:pL2CA_ConnectInd_Cb (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c78 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()
178 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = NULL; in GAP_ConnOpen()
180 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c64 p_l2c->pL2CA_ConnectInd_Cb = RFCOMM_ConnectInd; in rfcomm_l2cap_if_init()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c82 if ( (psm >= 0x1001) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL) ) { in L2CA_Register()
321 assert(callbacks->pL2CA_ConnectInd_Cb == NULL); in L2CA_SetConnectionCallbacks()
1343 if ((psm >= 0x0080) && (p_cb_info->pL2CA_ConnectInd_Cb == NULL)) in L2CA_RegisterLECoc()
Dl2c_csm.c407 … (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr, p_ccb->local_cid, in l2c_csm_term_w4_sec_comp()
639 (*p_ccb->p_rcb->api.pL2CA_ConnectInd_Cb) (p_ccb->p_lcb->remote_bd_addr, in l2c_csm_w4_l2ca_connect_rsp()
Dl2c_main.c448 if (!p_rcb->api.pL2CA_ConnectInd_Cb) { in process_l2cap_cmd()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h303 tL2CA_CONNECT_IND_CB *pL2CA_ConnectInd_Cb; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c126 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind; in sdp_init()