Searched refs:pL2CA_DataInd_Cb (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 184 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/ |
D | sdp_fuzzer.cc | 58 .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()
|
D | bnep_fuzzer.cc | 164 appl_info.pL2CA_DataInd_Cb(kDummyCid, hdr); in Fuzz()
|
D | avrc_fuzzer.cc | 211 appl_info->pL2CA_DataInd_Cb(kDummyCid, hdr); in Fuzz()
|
D | l2cap_fuzzer.cc | 194 .pL2CA_DataInd_Cb = in Fuzz()
|
/packages/modules/Bluetooth/system/stack/eatt/ |
D | eatt.cc | 47 reg_info_.pL2CA_DataInd_Cb = eatt_data_ind; in Start()
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_main.cc | 425 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 72 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 337 tL2CA_DATA_IND_CB* pL2CA_DataInd_Cb; member
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_csm.cc | 1239 (*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()
|
D | l2c_api.cc | 122 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/ |
D | bnep_main.cc | 87 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
|
/packages/modules/Bluetooth/system/stack/gap/ |
D | gap_conn.cc | 126 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()
|
/packages/modules/Bluetooth/system/stack/hid/ |
D | hidh_conn.cc | 79 .pL2CA_DataInd_Cb = hidh_l2cif_data_ind,
|