Home
last modified time | relevance | path

Searched refs:AVRC_RSP_NOT_IMPL (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_utils.c41 if (avc_type < AVRC_RSP_NOT_IMPL) { /* command msg */ in AVRC_IsValidAvcType()
74 if (avc_type >= AVRC_RSP_NOT_IMPL && in AVRC_IsValidAvcType()
Davrc_pars_ct.c88 || AVRC_RSP_REJ == p_msg->hdr.ctype || AVRC_RSP_NOT_IMPL == p_msg->hdr.ctype)) { in avrc_pars_vendor_rsp()
Davrc_api.c945 if (ctype >= AVRC_RSP_NOT_IMPL) { in AVRC_MsgReq()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c305 if (code < AVRC_RSP_NOT_IMPL) { in send_metamsg_rsp()
661 if (p_meta_msg->code >= AVRC_RSP_NOT_IMPL) { in handle_rc_metamsg_cmd()
795 p_meta_msg->code != AVRC_RSP_NOT_IMPL && in handle_rc_metamsg_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h208 #define BTA_AV_RSP_NOT_IMPL AVRC_RSP_NOT_IMPL
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h57 #define AVRC_RSP_NOT_IMPL 8 /* The target does not implement the command specified by the opcod… macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c859 else if (p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_NOT_IMPL) { in bta_av_rc_msg()