Home
last modified time | relevance | path

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

/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc181 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_0); in ConnectServerL2cap()
202 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_cmd_from_peer); in ConnectServerPort()
218 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_dlci); in ConnectServerPort()
252 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer); in ConnectServerPort()
261 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response_from_peer); in ConnectServerPort()
340 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_0); in ConnectClientPort()
359 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_channel_3_accept); in ConnectClientPort()
384 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_3); in ConnectClientPort()
392 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response); in ConnectClientPort()
405 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer); in ConnectClientPort()
[all …]
/system/bt/stack/include/
Dl2c_api.h288 tL2CA_DATA_IND_CB* pL2CA_DataInd_Cb; member
/system/bt/stack/l2cap/
Dl2c_csm.cc952 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR*)p_data); in l2c_csm_config()
1065 if ((p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_DataInd_Cb)) in l2c_csm_open()
1066 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, in l2c_csm_open()
Dl2c_api.cc82 (!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) { in L2CA_Register()
446 if ((!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) { in L2CA_RegisterLECoc()
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc73 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
/system/bt/stack/sdp/
Dsdp_main.cc114 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
/system/bt/main/shim/
Dl2cap.cc324 base::Bind(classic_.Callbacks(CidToPsm(cid))->pL2CA_DataInd_Cb, cid, in SetDownstreamCallbacks()
Dl2c_api.cc48 (callbacks->pL2CA_DataInd_Cb == nullptr) || in L2CA_Register()
/system/bt/stack/bnep/
Dbnep_main.cc93 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.cc126 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()