Home
last modified time | relevance | path

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

/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc180 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_0); in ConnectServerL2cap()
201 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_cmd_from_peer); in ConnectServerPort()
217 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_dlci); in ConnectServerPort()
251 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer); in ConnectServerPort()
260 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response_from_peer); in ConnectServerPort()
339 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_0); in ConnectClientPort()
358 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_channel_3_accept); in ConnectClientPort()
383 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_3); in ConnectClientPort()
391 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response); in ConnectClientPort()
404 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer); in ConnectClientPort()
[all …]
/system/bt/stack/eatt/
Deatt.cc43 reg_info_.pL2CA_DataInd_Cb = eatt_data_ind; in Start()
/system/bt/stack/sdp/
Dsdp_main.cc89 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
/system/bt/stack/include/
Dl2c_api.h308 tL2CA_DATA_IND_CB* pL2CA_DataInd_Cb; member
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc70 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
/system/bt/stack/l2cap/
Dl2c_csm.cc1114 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR*)p_data); in l2c_csm_config()
1250 if ((p_ccb->p_rcb) && (p_ccb->p_rcb->api.pL2CA_DataInd_Cb)) { in l2c_csm_open()
1252 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, in l2c_csm_open()
Dl2c_api.cc87 const bool data_ind_cb = (p_cb_info.pL2CA_DataInd_Cb != nullptr); in L2CA_Register()
396 if ((!p_cb_info.pL2CA_DataInd_Cb) || (!p_cb_info.pL2CA_DisconnectInd_Cb)) { in L2CA_RegisterLECoc()
/system/bt/stack/bnep/
Dbnep_main.cc86 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.cc118 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()
/system/bt/stack/hid/
Dhidh_conn.cc76 .pL2CA_DataInd_Cb = hidh_l2cif_data_ind,
/system/bt/main/shim/
Dl2c_api.cc232 base::Bind(appl_info_.pL2CA_DataInd_Cb, cid_token, in on_incoming_data()
1420 base::Bind(appl_info_.pL2CA_DataInd_Cb, cid_token, in on_incoming_data()