Home
last modified time | relevance | path

Searched refs:btc_avrc_ct_rn_evt_supported (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h181 bool btc_avrc_ct_rn_evt_supported(uint8_t event_id);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_avrc_api.c127 if (!btc_avrc_ct_rn_evt_supported(event_id)) { in esp_avrc_ct_send_register_notification_cmd()
162 if (!btc_avrc_ct_rn_evt_supported(ESP_AVRC_RN_VOLUME_CHANGE)) { in esp_avrc_ct_send_set_absolute_volume_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c153 bool btc_avrc_ct_rn_evt_supported(uint8_t event_id) in btc_avrc_ct_rn_evt_supported() function
569 if (!btc_avrc_ct_rn_evt_supported(param.change_ntf.event_id)) { in handle_rc_notification_rsp()