Home
last modified time | relevance | path

Searched refs:AVRC_CMD_NOTIF (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_utils.c68 if (avc_type == AVRC_CMD_NOTIF) { in AVRC_IsValidAvcType()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c306 if (code == AVRC_CMD_NOTIF) { in send_metamsg_rsp()
1151 BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, AVRC_CMD_NOTIF, p_msg); in btc_avrc_ct_send_register_notification_cmd()
1373 … ((rsp == ESP_AVRC_RN_RSP_INTERIM) ? AVRC_CMD_NOTIF : AVRC_RSP_CHANGED), &avrc_rsp); in btc_avrc_tg_send_rn_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h202 #define BTA_AV_CMD_NOTIF AVRC_CMD_NOTIF
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h53 #define AVRC_CMD_NOTIF 3 /* Used for receiving notification of a change in a device's state … macro