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

/system/bt/stack/l2cap/
H A Dl2c_csm.c126 tL2CA_DISCONNECT_IND_CB *disconnect_ind; local
151 disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb;
165 (*disconnect_ind)(local_cid, FALSE);
295 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
322 (*disconnect_ind)(local_cid, FALSE);
508 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
529 (*disconnect_ind)(local_cid, FALSE);
613 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
627 (*disconnect_ind)(local_cid, FALSE);
658 (*disconnect_ind)(local_ci
699 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
1143 tL2CA_DISCONNECT_IND_CB *disconnect_ind = p_ccb->p_rcb->api.pL2CA_DisconnectInd_Cb; local
[all...]
/system/bt/stack/mcap/
H A Dmca_csm.c315 memcpy (evt_data.disconnect_ind.bd_addr, p_ccb->peer_addr, BD_ADDR_LEN);
316 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:__anon1153
H A Davdt_api.h348 tAVDT_EVT_HDR disconnect_ind; member in union:__anon904
/system/bt/bta/hl/
H A Dbta_hl_act.c2441 if (p_data->mca_evt.mca_data.disconnect_ind.reason == L2CAP_DISC_OK)
H A Dbta_hl_utils.c561 bta_hl_find_mcl_idx(app_idx, p_msg->mca_evt.mca_data.disconnect_ind.bd_addr, &mcl_idx))

Completed in 153 milliseconds