Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dbt_app_av.c209 ESP_AVRC_RN_PLAY_STATUS_CHANGE)) { in bt_av_playback_changed()
210 …send_register_notification_cmd(APP_RC_CT_TL_RN_PLAYBACK_CHANGE, ESP_AVRC_RN_PLAY_STATUS_CHANGE, 0); in bt_av_playback_changed()
228 case ESP_AVRC_RN_PLAY_STATUS_CHANGE: in bt_av_notify_evt_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dbt_app_av.c113 ESP_AVRC_RN_PLAY_STATUS_CHANGE)) { in bt_av_playback_changed()
115 ESP_AVRC_RN_PLAY_STATUS_CHANGE, 0); in bt_av_playback_changed()
136 case ESP_AVRC_RN_PLAY_STATUS_CHANGE: in bt_av_notify_evt_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h171ESP_AVRC_RN_PLAY_STATUS_CHANGE = 0x01, /*!< track status change, eg. from playing to paused… enumerator
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c585 case ESP_AVRC_RN_PLAY_STATUS_CHANGE: in handle_rc_notification_rsp()