Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/test/rfcomm/
H A 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()
339 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_0); 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()
438 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, data_packet); in ReceiveAndVerifyIncomingTransmission()
806 l2cap_appl_info_.pL2CA_DataInd_Cb(new_lcid, sabm_channel_0); in TEST_F()
[all …]
/aosp12/system/bt/stack/eatt/
H A Deatt.cc43 reg_info_.pL2CA_DataInd_Cb = eatt_data_ind; in Start()
/aosp12/system/bt/stack/sdp/
H A Dsdp_main.cc89 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
/aosp12/system/bt/stack/include/
H A Dl2c_api.h308 tL2CA_DATA_IND_CB* pL2CA_DataInd_Cb; member
/aosp12/system/bt/stack/rfcomm/
H A Drfc_l2cap_if.cc70 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
/aosp12/system/bt/stack/l2cap/
H A 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()
H A 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()
/aosp12/system/bt/stack/bnep/
H A Dbnep_main.cc86 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
/aosp12/system/bt/stack/gap/
H A Dgap_conn.cc118 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()
/aosp12/system/bt/stack/hid/
H A Dhidh_conn.cc76 .pL2CA_DataInd_Cb = hidh_l2cif_data_ind,
/aosp12/system/bt/main/shim/
H A 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()