Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c850 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR *)p_data); in l2c_csm_config()
971 if ((p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_DataInd_Cb)) { in l2c_csm_open()
972 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR *)p_data); in l2c_csm_open()
Dl2cap_client.c66 .pL2CA_DataInd_Cb = read_ready_cb,
Dl2c_api.c68 || (!p_cb_info->pL2CA_DataInd_Cb) in L2CA_Register()
328 assert(callbacks->pL2CA_DataInd_Cb != NULL); in L2CA_SetConnectionCallbacks()
1324 if ((!p_cb_info->pL2CA_DataInd_Cb) in L2CA_RegisterLECoc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c83 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h312 tL2CA_DATA_IND_CB *pL2CA_DataInd_Cb; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_main.c197 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c86 gap_cb.conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()