Searched refs:disconnect_ind (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_csm.c129 tL2CA_DISCONNECT_IND_CB *disconnect_ind; local
154 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
168 (*disconnect_ind)(local_cid, FALSE);
329 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
356 (*disconnect_ind)(local_cid, FALSE);
575 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
596 (*disconnect_ind)(local_cid, FALSE);
705 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
719 (*disconnect_ind)(local_cid, FALSE);
776 (*disconnect_ind)(local_ci
823 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
1329 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
[all...]
/system/bt/stack/mcap/
H A Dmca_csm.c312 memcpy (evt_data.disconnect_ind.bd_addr, p_ccb->peer_addr, BD_ADDR_LEN);
313 evt_data.disconnect_ind.reason = p_data->close.reason;
/system/bt/stack/include/
H A Dmca_api.h202 tMCA_DISCONNECT_IND disconnect_ind; member in union:__anon1190
H A Davdt_api.h343 tAVDT_EVT_HDR disconnect_ind; member in union:__anon944
/system/bt/bta/hl/
H A Dbta_hl_act.c2398 if (p_data->mca_evt.mca_data.disconnect_ind.reason == L2CAP_DISC_OK)
H A Dbta_hl_utils.c525 bta_hl_find_mcl_idx(app_idx, p_msg->mca_evt.mca_data.disconnect_ind.bd_addr, &mcl_idx))

Completed in 133 milliseconds