Searched refs:pL2CA_DataInd_Cb (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 180 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/ |
D | eatt.cc | 43 reg_info_.pL2CA_DataInd_Cb = eatt_data_ind; in Start()
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 89 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
|
/system/bt/stack/include/ |
D | l2c_api.h | 308 tL2CA_DATA_IND_CB* pL2CA_DataInd_Cb; member
|
/system/bt/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 70 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd; in rfcomm_l2cap_if_init()
|
/system/bt/stack/l2cap/ |
D | l2c_csm.cc | 1114 (*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()
|
D | l2c_api.cc | 87 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/ |
D | bnep_main.cc | 86 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
|
/system/bt/stack/gap/ |
D | gap_conn.cc | 118 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()
|
/system/bt/stack/hid/ |
D | hidh_conn.cc | 76 .pL2CA_DataInd_Cb = hidh_l2cif_data_ind,
|
/system/bt/main/shim/ |
D | l2c_api.cc | 232 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()
|