Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h180 bool btc_avrc_ct_rn_evt_supported(uint8_t event_id);
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_avrc_api.c135 if (!btc_avrc_ct_rn_evt_supported(event_id)) { in esp_avrc_ct_send_register_notification_cmd()
170 if (!btc_avrc_ct_rn_evt_supported(ESP_AVRC_RN_VOLUME_CHANGE)) { in esp_avrc_ct_send_set_absolute_volume_cmd()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c161 bool btc_avrc_ct_rn_evt_supported(uint8_t event_id) in btc_avrc_ct_rn_evt_supported() function
578 if (!btc_avrc_ct_rn_evt_supported(param.change_ntf.event_id)) { in handle_rc_notification_rsp()