Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc184 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_0); in ConnectServerL2cap()
205 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_cmd_from_peer); in ConnectServerPort()
221 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_dlci); in ConnectServerPort()
255 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer); in ConnectServerPort()
264 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response_from_peer); in ConnectServerPort()
344 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_0); in ConnectClientPort()
363 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_channel_3_accept); in ConnectClientPort()
388 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_3); in ConnectClientPort()
396 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response); in ConnectClientPort()
409 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer); in ConnectClientPort()
[all …]
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsdp_fuzzer.cc58 .pL2CA_DataInd_Cb = [](uint16_t lcid,
187 cb_info.pL2CA_DataInd_Cb(kDummyCID, hdr); in FuzzAsServer()
241 cb_info.pL2CA_DataInd_Cb(kDummyCID, hdr); in FuzzAsClient()
Dbnep_fuzzer.cc164 appl_info.pL2CA_DataInd_Cb(kDummyCid, hdr); in Fuzz()
Davrc_fuzzer.cc211 appl_info->pL2CA_DataInd_Cb(kDummyCid, hdr); in Fuzz()
Dl2cap_fuzzer.cc194 .pL2CA_DataInd_Cb = in Fuzz()
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.cc47 reg_info_.pL2CA_DataInd_Cb = eatt_data_ind; in Start()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc425 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc72 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h337 tL2CA_DATA_IND_CB* pL2CA_DataInd_Cb; member
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_csm.cc1239 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, (BT_HDR*)p_data); in l2c_csm_config()
1387 if (p_ccb->p_rcb->api.pL2CA_DataInd_Cb) { in l2c_csm_open()
1389 (*p_ccb->p_rcb->api.pL2CA_DataInd_Cb)(p_ccb->local_cid, in l2c_csm_open()
Dl2c_api.cc122 const bool data_ind_cb = (p_cb_info.pL2CA_DataInd_Cb != nullptr); in L2CA_Register()
409 if ((!p_cb_info.pL2CA_DataInd_Cb) || (!p_cb_info.pL2CA_DisconnectInd_Cb)) { in L2CA_RegisterLECoc()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc87 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc126 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_conn.cc79 .pL2CA_DataInd_Cb = hidh_l2cif_data_ind,