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

  /system/bt/stack/l2cap/
l2c_csm.cc 134 tL2CA_DISCONNECT_IND_CB* disconnect_ind; local
153 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
165 (*disconnect_ind)(local_cid, false);
315 tL2CA_DISCONNECT_IND_CB* disconnect_ind = local
339 (*disconnect_ind)(local_cid, false);
535 tL2CA_DISCONNECT_IND_CB* disconnect_ind = local
556 (*disconnect_ind)(local_cid, false);
665 tL2CA_DISCONNECT_IND_CB* disconnect_ind = local
678 (*disconnect_ind)(local_cid, false);
728 (*disconnect_ind)(local_cid, false)
769 tL2CA_DISCONNECT_IND_CB* disconnect_ind = local
1253 tL2CA_DISCONNECT_IND_CB* disconnect_ind = local
    [all...]
  /system/nfc/src/nfc/llcp/
llcp_dlc.c 263 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND;
264 data.disconnect_ind.local_sap = p_dlcb->local_sap;
265 data.disconnect_ind.remote_sap = p_dlcb->remote_sap;
321 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND;
322 data.disconnect_ind.local_sap = p_dlcb->local_sap;
323 data.disconnect_ind.remote_sap = p_dlcb->remote_sap;
351 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND;
352 data.disconnect_ind.local_sap = p_dlcb->local_sap;
353 data.disconnect_ind.remote_sap = p_dlcb->remote_sap;
420 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND
    [all...]
  /system/bt/stack/mcap/
mca_csm.cc 263 memcpy(evt_data.disconnect_ind.bd_addr, p_ccb->peer_addr, BD_ADDR_LEN);
264 evt_data.disconnect_ind.reason = p_data->close.reason;
  /system/bt/stack/include/
mca_api.h 212 tMCA_DISCONNECT_IND disconnect_ind; member in union:__anon106495
avdt_api.h 377 tAVDT_EVT_HDR disconnect_ind; member in union:__anon106269
    [all...]
  /system/nfc/src/nfc/include/
llcp_api.h 204 tLLCP_SAP_DISCONNECT_IND disconnect_ind; /* LLCP_SAP_EVT_DISCONNECT_IND */ member in union:__anon107536
  /system/nfc/src/nfa/p2p/
nfa_p2p_act.c 376 local_sap = p_data->disconnect_ind.local_sap;
379 xx = nfa_p2p_find_conn_cb(p_data->disconnect_ind.local_sap,
380 p_data->disconnect_ind.remote_sap);
    [all...]
  /system/bt/bta/hl/
bta_hl_act.cc     [all...]
bta_hl_utils.cc 464 app_idx, p_msg->mca_evt.mca_data.disconnect_ind.bd_addr,
    [all...]

Completed in 1009 milliseconds