Home
last modified time | relevance | path

Searched refs:p_rx_msg (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluedroid/stack/avct/
Davct_lcb_act.c75 if (p_lcb->p_rx_msg != NULL) in avct_lcb_msg_asmbl()
77 GKI_freebuf(p_lcb->p_rx_msg); in avct_lcb_msg_asmbl()
78 p_lcb->p_rx_msg = NULL; in avct_lcb_msg_asmbl()
87 if (p_lcb->p_rx_msg != NULL) in avct_lcb_msg_asmbl()
89 GKI_freebuf(p_lcb->p_rx_msg); in avct_lcb_msg_asmbl()
92 p_lcb->p_rx_msg = p_buf; in avct_lcb_msg_asmbl()
98 p_lcb->p_rx_msg->offset += p_lcb->p_rx_msg->len; in avct_lcb_msg_asmbl()
101 p_lcb->p_rx_msg->len -= 1; in avct_lcb_msg_asmbl()
109 if (p_lcb->p_rx_msg == NULL) in avct_lcb_msg_asmbl()
118 buf_len = GKI_get_buf_size(p_lcb->p_rx_msg) - sizeof(BT_HDR); in avct_lcb_msg_asmbl()
[all …]
Davct_lcb.c378 if (p_lcb->p_rx_msg != NULL) in avct_lcb_dealloc()
380 GKI_freebuf(p_lcb->p_rx_msg); in avct_lcb_dealloc()
Davct_int.h81 BT_HDR *p_rx_msg; /* Message being reassembled */ member
/external/bluetooth/bluedroid/stack/mcap/
Dmca_cact.c196 p_ccb->p_tx_req = p_ccb->p_rx_msg; in mca_ccb_snd_rsp()
197 p_ccb->p_rx_msg = NULL; in mca_ccb_snd_rsp()
200 mca_free_buf ((void **)&p_ccb->p_rx_msg); in mca_ccb_snd_rsp()
267 tMCA_CCB_MSG *p_rx_msg = NULL; in mca_ccb_hdl_req() local
274 p_rx_msg = (tMCA_CCB_MSG *)p_pkt; in mca_ccb_hdl_req()
300 else if (p_ccb->p_rx_msg) in mca_ccb_hdl_req()
366 p_rx_msg->mdep_id = evt_data.create_ind.dep_id; in mca_ccb_hdl_req()
367 if (!mca_is_valid_dep_id(p_ccb->p_rcb, p_rx_msg->mdep_id)) in mca_ccb_hdl_req()
436 p_rx_msg->op_code = evt_data.hdr.op_code; in mca_ccb_hdl_req()
437 p_rx_msg->mdl_id = evt_data.hdr.mdl_id; in mca_ccb_hdl_req()
[all …]
Dmca_api.c435 if (p_ccb->p_tx_req || p_ccb->p_rx_msg || p_ccb->cong) in MCA_CreateMdl()
519 if (p_ccb->p_rx_msg && (p_ccb->p_rx_msg->mdep_id == dep ) in MCA_CreateMdlRsp()
520 … && (p_ccb->p_rx_msg->mdl_id == mdl_id) && (p_ccb->p_rx_msg->op_code == MCA_OP_MDL_CREATE_REQ)) in MCA_CreateMdlRsp()
611 if (p_ccb->p_tx_req || p_ccb->p_rx_msg || p_ccb->cong) in MCA_ReconnectMdl()
685 if (p_ccb->p_rx_msg && (p_ccb->p_rx_msg->mdl_id == mdl_id) && in MCA_ReconnectMdlRsp()
686 (p_ccb->p_rx_msg->op_code == MCA_OP_MDL_RECONNECT_REQ)) in MCA_ReconnectMdlRsp()
Dmca_csm.c308 mca_free_buf ((void **)&p_ccb->p_rx_msg); in mca_ccb_dealloc()
Dmca_int.h209 tMCA_CCB_MSG *p_rx_msg; /* Current message received/being processed */ member
/external/bluetooth/bluedroid/stack/avdt/
Davdt_msg.c1378 if (p_ccb->p_rx_msg != NULL) in avdt_msg_asmbl()
1380 GKI_freebuf(p_ccb->p_rx_msg); in avdt_msg_asmbl()
1381 p_ccb->p_rx_msg = NULL; in avdt_msg_asmbl()
1390 if (p_ccb->p_rx_msg != NULL) in avdt_msg_asmbl()
1392 GKI_freebuf(p_ccb->p_rx_msg); in avdt_msg_asmbl()
1395 p_ccb->p_rx_msg = p_buf; in avdt_msg_asmbl()
1401 p_ccb->p_rx_msg->offset += p_ccb->p_rx_msg->len; in avdt_msg_asmbl()
1404 p_ccb->p_rx_msg->len -= 1; in avdt_msg_asmbl()
1412 if (p_ccb->p_rx_msg == NULL) in avdt_msg_asmbl()
1421 buf_len = GKI_get_buf_size(p_ccb->p_rx_msg) - sizeof(BT_HDR); in avdt_msg_asmbl()
[all …]
Davdt_ccb_act.c64 if (p_ccb->p_rx_msg != NULL) in avdt_ccb_clear_ccb()
66 GKI_freebuf(p_ccb->p_rx_msg); in avdt_ccb_clear_ccb()
67 p_ccb->p_rx_msg = NULL; in avdt_ccb_clear_ccb()
Davdt_int.h437 BT_HDR *p_rx_msg; /* Current message being received */ member