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

  /external/bluetooth/bluedroid/stack/mcap/
mca_cact.c 108 p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx);
113 mca_free_buf ((void **)&p_ccb->p_tx_req);
119 if ((!p_ccb->p_tx_req) || is_abort)
121 p_ccb->p_tx_req = p_msg;
194 /* set p_tx_req to block API_REQ/API_RSP before DL is up */
195 mca_free_buf ((void **)&p_ccb->p_tx_req);
196 p_ccb->p_tx_req = p_ccb->p_rx_msg;
198 p_ccb->p_tx_req->dcb_idx = p_msg->dcb_idx;
240 if (p_ccb->p_tx_req && !p_ccb->p_tx_req->hdr.layer_specific
    [all...]
mca_api.c 435 if (p_ccb->p_tx_req || p_ccb->p_rx_msg || p_ccb->cong)
611 if (p_ccb->p_tx_req || p_ccb->p_rx_msg || p_ccb->cong)
746 if ((p_ccb->p_tx_req == NULL) || (p_ccb->status != MCA_CCB_STAT_PENDING) ||
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);
793 if ((p_ccb->p_tx_req == NULL) || (p_ccb->status != MCA_CCB_STAT_PENDING) ||
794 ((p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx)) == NULL))
    [all...]
mca_l2c.c 244 (p_ccb->p_tx_req && (p_dcb = mca_dcb_by_hdl(p_ccb->p_tx_req->dcb_idx)) != NULL))
mca_csm.c 309 mca_free_buf ((void **)&p_ccb->p_tx_req);
mca_int.h 208 tMCA_CCB_MSG *p_tx_req; /* Current request being sent/awaiting response */ member in struct:__anon6307

Completed in 103 milliseconds