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

  /external/bluetooth/bluedroid/stack/mcap/
mca_cact.c 103 p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx);
185 p_dcb = mca_dcb_by_hdl(p_msg->dcb_idx);
187 p_ccb->p_rcb->reg.data_psm, BTM_SEC_PROTO_MCA, p_msg->dcb_idx);
193 p_ccb->p_tx_req->dcb_idx = p_msg->dcb_idx;
284 if (p_ccb->p_tx_req && ((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx))!= NULL))
311 ((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx)) != NULL))
485 p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx);
504 p_ccb->data_vpsm, BTM_SEC_PROTO_MCA, p_ccb->p_tx_req->dcb_idx);
mca_api.c 467 p_evt_data->dcb_idx = mca_dcb_to_hdl (p_dcb);
523 evt_data.dcb_idx = 0;
529 evt_data.dcb_idx = mca_dcb_to_hdl(p_dcb);
640 p_evt_data->dcb_idx = mca_dcb_to_hdl(p_dcb);
689 evt_data.dcb_idx = 0;
695 evt_data.dcb_idx = mca_dcb_to_hdl(p_dcb);
747 ((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx)) == NULL))
755 p_ccb->data_vpsm, BTM_SEC_PROTO_MCA, p_ccb->p_tx_req->dcb_idx);
794 ((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx)) == NULL))
    [all...]
mca_int.h 51 tMCA_DL dcb_idx; /* For internal use only */ member in struct:__anon3476
115 /* tMCA_DL dcb_idx; For internal use only */
mca_l2c.c 239 (p_ccb->p_tx_req && (p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx)) != NULL))

Completed in 2217 milliseconds