Home
last modified time | relevance | path

Searched refs:AVRC_RSP_REJ (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_pars_ct.c64 if (p_msg->hdr.ctype == AVRC_RSP_REJ) { in avrc_pars_vendor_rsp()
88 || AVRC_RSP_REJ == p_msg->hdr.ctype || AVRC_RSP_NOT_IMPL == p_msg->hdr.ctype)) { in avrc_pars_vendor_rsp()
Davrc_api.c286 *p_begin = (AVRC_RSP_REJ & AVRC_CTYPE_MASK); in avrc_proc_vendor_command()
332 *p_data++ = AVRC_RSP_REJ; in avrc_proc_vendor_command()
729 *p_rsp_data = AVRC_RSP_REJ; in avrc_msg_cback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c303 ctype = AVRC_RSP_REJ; in send_metamsg_rsp()
378 UINT8 ctype = AVRC_RSP_REJ; in send_reject_response()
794 p_meta_msg->code != AVRC_RSP_REJ && in handle_rc_metamsg_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h210 #define BTA_AV_RSP_REJ AVRC_RSP_REJ
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h60 #define AVRC_RSP_REJ 10 /* The target implements the command specified by the macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c719 *p_ctype = AVRC_RSP_REJ; in bta_av_proc_meta_cmd()