Home
last modified time | relevance | path

Searched refs:p_fmsg (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c160 p_orig_data = ((UINT8 *)(p_fcb->p_fmsg + 1) + p_fcb->p_fmsg->offset); in avrc_prep_end_frag()
163 p_pkt_new = p_fcb->p_fmsg; in avrc_prep_end_frag()
196 p_pkt = p_fcb->p_fmsg; in avrc_send_continue_frag()
202 p_pkt_old = p_fcb->p_fmsg; in avrc_send_continue_frag()
223 p_pkt = p_fcb->p_fmsg; in avrc_send_continue_frag()
224 p_fcb->p_fmsg = NULL; in avrc_send_continue_frag()
240 p_fcb->p_fmsg = NULL; in avrc_send_continue_frag()
321 if (p_fcb->p_fmsg) { in avrc_proc_vendor_command()
322 osi_free(p_fcb->p_fmsg); in avrc_proc_vendor_command()
323 p_fcb->p_fmsg = NULL; in avrc_proc_vendor_command()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h103 BT_HDR *p_fmsg; /* the fragmented message */ member