Home
last modified time | relevance | path

Searched refs:AVRC_BldResponse (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_api.h622 extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c329 tAVRC_STS status = AVRC_BldResponse(btc_rc_cb.rc_handle, p_meta_rsp, &p_msg); in send_metamsg_rsp()
345 status = AVRC_BldResponse(rc_handle, p_meta_rsp, &p_msg); in send_metamsg_rsp()
387 if (AVRC_STS_NO_ERROR == (status = AVRC_BldResponse(rc_handle, &avrc_rsp, &p_msg)) ) { in send_reject_response()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_tg.c788 tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt) in AVRC_BldResponse() function
Davrc_api.c234 AVRC_BldResponse( handle, (tAVRC_RESPONSE *)&rej_rsp, &p_pkt); in avrc_send_continue_frag()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c928 AVRC_BldResponse (0, &rc_rsp, &p_pkt); in bta_av_rc_msg()