Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_l2cap_if.c73 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
/system/bt/stack/l2cap/
Dl2c_csm.c1039 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR *)p_data); in l2c_csm_config()
1172 if ((p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_DataInd_Cb)) in l2c_csm_open()
1173 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR *)p_data); in l2c_csm_open()
Dl2c_api.c74 || (!p_cb_info->pL2CA_DataInd_Cb) in L2CA_Register()
358 if ((!p_cb_info->pL2CA_DataInd_Cb) in L2CA_RegisterLECoc()
646 assert(callbacks->pL2CA_DataInd_Cb != NULL); in L2CA_SetConnectionCallbacks()
Dl2cap_client.c70 .pL2CA_DataInd_Cb = read_ready_cb,
/system/bt/stack/include/
Dl2c_api.h312 tL2CA_DATA_IND_CB *pL2CA_DataInd_Cb; member
/system/bt/stack/sdp/
Dsdp_main.c131 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
/system/bt/stack/bnep/
Dbnep_main.c98 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.c86 gap_cb.conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()