Searched refs:tAVRC_RESPONSE (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_pars_ct.c | 44 static tAVRC_STS avrc_pars_vendor_rsp(tAVRC_MSG_VENDOR *p_msg, tAVRC_RESPONSE *p_result) in avrc_pars_vendor_rsp() 134 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result) in AVRC_ParsResponse()
|
D | avrc_bld_tg.c | 721 static BT_HDR *avrc_bld_init_rsp_buffer(tAVRC_RESPONSE *p_rsp) in avrc_bld_init_rsp_buffer() 788 tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt) in AVRC_BldResponse()
|
D | avrc_api.c | 234 AVRC_BldResponse( handle, (tAVRC_RESPONSE *)&rej_rsp, &p_pkt); in avrc_send_continue_frag()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | avrc_api.h | 596 extern tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result); 622 extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
|
D | avrc_defs.h | 1357 } tAVRC_RESPONSE; typedef
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | btc_avrc.c | 290 tAVRC_RESPONSE *p_meta_rsp) in send_metamsg_rsp() 379 tAVRC_RESPONSE avrc_rsp; in send_reject_response() 381 memset (&avrc_rsp, 0, sizeof(tAVRC_RESPONSE)); in send_reject_response() 708 tAVRC_RESPONSE avrc_rsp; in btc_rc_upstreams_evt() 783 tAVRC_RESPONSE avrc_response = {0}; in handle_rc_metamsg_rsp() 1344 tAVRC_RESPONSE avrc_rsp; in btc_avrc_tg_send_rn_rsp()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 708 tBTA_AV_EVT bta_av_proc_meta_cmd(tAVRC_RESPONSE *p_rc_rsp, tBTA_AV_RC_MSG *p_msg, UINT8 *p_ctype) in bta_av_proc_meta_cmd() 815 tAVRC_RESPONSE rc_rsp; in bta_av_rc_msg()
|