Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/
Desp_hf_defs.h30 ESP_HF_VOLUME_CONTROL_TARGET_SPK = 0, /*!< speaker */ enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c363 case ESP_HF_VOLUME_CONTROL_TARGET_SPK: in btc_hf_client_volume_update()
919 param.volume_control.type = ESP_HF_VOLUME_CONTROL_TARGET_SPK; in btc_hf_client_cb_handler()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c1386 …param.volume_control.type = (event == BTA_AG_SPK_EVT) ? ESP_HF_VOLUME_CONTROL_TARGET_SPK : ESP_HF_… in btc_hf_cb_handler()