HomeSort by relevance Sort by last modified time
    Searched refs:pL2CA_DataInd_Cb (Results 1 - 9 of 9) sorted by null

  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 181 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_0);
202 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_cmd_from_peer);
218 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, sabm_channel_dlci);
252 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer);
261 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response_from_peer);
340 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_0);
359 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_pn_channel_3_accept);
384 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, ua_channel_3);
392 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_response);
405 l2cap_appl_info_.pL2CA_DataInd_Cb(lcid, uih_msc_cmd_from_peer)
    [all...]
  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 72 p_l2c->pL2CA_DataInd_Cb = RFCOMM_BufDataInd;
  /system/bt/stack/l2cap/
l2c_csm.cc     [all...]
l2c_api.cc 73 (!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) {
414 if ((!p_cb_info->pL2CA_DataInd_Cb) || (!p_cb_info->pL2CA_DisconnectInd_Cb)) {
687 CHECK(callbacks->pL2CA_DataInd_Cb != NULL);
    [all...]
l2cap_client.cc 74 .pL2CA_DataInd_Cb = read_ready_cb,
  /system/bt/stack/include/
l2c_api.h 312 tL2CA_DATA_IND_CB* pL2CA_DataInd_Cb;
    [all...]
  /system/bt/stack/sdp/
sdp_main.cc 119 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind;
  /system/bt/stack/bnep/
bnep_main.cc 93 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind;
  /system/bt/stack/gap/
gap_conn.cc 126 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind;
    [all...]

Completed in 116 milliseconds