Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c311 ctype = AVRC_RSP_ACCEPT; in send_metamsg_rsp()
793 p_meta_msg->code != AVRC_RSP_ACCEPT && in handle_rc_metamsg_rsp()
832 if (vendor_msg->hdr.ctype == AVRC_RSP_ACCEPT) { in handle_rc_metamsg_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h209 #define BTA_AV_RSP_ACCEPT AVRC_RSP_ACCEPT
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c284 *p_begin = (AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK); in avrc_proc_vendor_command()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h59 #define AVRC_RSP_ACCEPT 9 /* The target executed or is executing the command */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c898 p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_ACCEPT) { in bta_av_rc_msg()