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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 125 tL2CA_DISCONNECT_IND_CB *disconnect_ind; local
150 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
164 (*disconnect_ind)(local_cid, FALSE);
302 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
329 (*disconnect_ind)(local_cid, FALSE);
515 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
536 (*disconnect_ind)(local_cid, FALSE);
620 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
634 (*disconnect_ind)(local_cid, FALSE);
665 (*disconnect_ind)(local_cid, FALSE)
706 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
1153 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 250 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND;
251 data.disconnect_ind.local_sap = p_dlcb->local_sap;
252 data.disconnect_ind.remote_sap = p_dlcb->remote_sap;
311 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND;
312 data.disconnect_ind.local_sap = p_dlcb->local_sap;
313 data.disconnect_ind.remote_sap = p_dlcb->remote_sap;
340 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND;
341 data.disconnect_ind.local_sap = p_dlcb->local_sap;
342 data.disconnect_ind.remote_sap = p_dlcb->remote_sap;
411 data.disconnect_ind.event = LLCP_SAP_EVT_DISCONNECT_IND
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_csm.c 315 memcpy (evt_data.disconnect_ind.bd_addr, p_ccb->peer_addr, BD_ADDR_LEN);
316 evt_data.disconnect_ind.reason = p_data->close.reason;
  /external/bluetooth/bluedroid/stack/include/
mca_api.h 202 tMCA_DISCONNECT_IND disconnect_ind; member in union:__anon6203
avdt_api.h 348 tAVDT_EVT_HDR disconnect_ind; member in union:__anon5939
    [all...]
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 190 tLLCP_SAP_DISCONNECT_IND disconnect_ind; /* LLCP_SAP_EVT_DISCONNECT_IND */ member in union:__anon28084
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 407 local_sap = p_data->disconnect_ind.local_sap;
411 xx = nfa_p2p_find_conn_cb (p_data->disconnect_ind.local_sap,
412 p_data->disconnect_ind.remote_sap);
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_act.c     [all...]
bta_hl_utils.c 563 bta_hl_find_mcl_idx(app_idx, p_msg->mca_evt.mca_data.disconnect_ind.bd_addr, &mcl_idx))
    [all...]

Completed in 747 milliseconds