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

  /external/bluetooth/bluedroid/stack/avct/
avct_lcb_act.c 75 if (p_lcb->p_rx_msg != NULL)
77 GKI_freebuf(p_lcb->p_rx_msg);
78 p_lcb->p_rx_msg = NULL;
87 if (p_lcb->p_rx_msg != NULL)
89 GKI_freebuf(p_lcb->p_rx_msg);
92 p_lcb->p_rx_msg = p_buf;
98 p_lcb->p_rx_msg->offset += p_lcb->p_rx_msg->len;
101 p_lcb->p_rx_msg->len -= 1;
109 if (p_lcb->p_rx_msg == NULL
    [all...]
avct_lcb.c 378 if (p_lcb->p_rx_msg != NULL)
380 GKI_freebuf(p_lcb->p_rx_msg);
avct_int.h 81 BT_HDR *p_rx_msg; /* Message being reassembled */ member in struct:__anon5814
  /external/bluetooth/bluedroid/stack/mcap/
mca_cact.c 196 p_ccb->p_tx_req = p_ccb->p_rx_msg;
197 p_ccb->p_rx_msg = NULL;
200 mca_free_buf ((void **)&p_ccb->p_rx_msg);
267 tMCA_CCB_MSG *p_rx_msg = NULL; local
274 p_rx_msg = (tMCA_CCB_MSG *)p_pkt;
300 else if (p_ccb->p_rx_msg)
366 p_rx_msg->mdep_id = evt_data.create_ind.dep_id;
367 if (!mca_is_valid_dep_id(p_ccb->p_rcb, p_rx_msg->mdep_id))
436 p_rx_msg->op_code = evt_data.hdr.op_code;
437 p_rx_msg->mdl_id = evt_data.hdr.mdl_id
    [all...]
mca_api.c 435 if (p_ccb->p_tx_req || p_ccb->p_rx_msg || p_ccb->cong)
519 if (p_ccb->p_rx_msg && (p_ccb->p_rx_msg->mdep_id == dep )
520 && (p_ccb->p_rx_msg->mdl_id == mdl_id) && (p_ccb->p_rx_msg->op_code == MCA_OP_MDL_CREATE_REQ))
611 if (p_ccb->p_tx_req || p_ccb->p_rx_msg || p_ccb->cong)
685 if (p_ccb->p_rx_msg && (p_ccb->p_rx_msg->mdl_id == mdl_id) &&
686 (p_ccb->p_rx_msg->op_code == MCA_OP_MDL_RECONNECT_REQ))
    [all...]
mca_csm.c 308 mca_free_buf ((void **)&p_ccb->p_rx_msg);
mca_int.h 209 tMCA_CCB_MSG *p_rx_msg; /* Current message received/being processed */ member in struct:__anon6302
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c     [all...]
avdt_ccb_act.c 64 if (p_ccb->p_rx_msg != NULL)
66 GKI_freebuf(p_ccb->p_rx_msg);
67 p_ccb->p_rx_msg = NULL;
    [all...]
avdt_int.h 437 BT_HDR *p_rx_msg; /* Current message being received */ member in struct:__anon5835

Completed in 419 milliseconds