Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h267 …uint8_t volume; /*!< response data for ESP_AVRC_RN_VOLUME_CHANGE, ranges … member
338 …uint8_t volume; /*!< the volume which has actually been set, range is 0 t… member
373 uint8_t volume; /*!< volume ranges from 0 to 127 */ member
Desp_hf_ag_api.h113 int volume; /*!< Gain, ranges from 0 to 15 */ member
Desp_hf_client_api.h224 int volume; /*!< gain, ranges from 0 to 15 */ member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_avrc_api.c148 esp_err_t esp_avrc_ct_send_set_absolute_volume_cmd(uint8_t tl, uint8_t volume) in esp_avrc_ct_send_set_absolute_volume_cmd()
Desp_hf_client_api.c189 esp_err_t esp_hf_client_volume_update(esp_hf_volume_control_target_t type, int volume) in esp_hf_client_volume_update()
Desp_hf_ag_api.c169 …sp_hf_ag_volume_control(esp_bd_addr_t remote_addr, esp_hf_volume_control_target_t type, int volume) in esp_hf_ag_volume_control()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c388 static bt_status_t btc_hf_client_volume_update(esp_hf_volume_control_target_t type, int volume) in btc_hf_client_volume_update()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h77 uint8_t volume; member
Dbtc_hf_client.h75 int volume; member
Dbtc_hf_ag.h88 int volume; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c1628 void bta_hf_client_send_at_vgs(UINT32 volume) in bta_hf_client_send_at_vgs()
1644 void bta_hf_client_send_at_vgm(UINT32 volume) in bta_hf_client_send_at_vgm()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h1056 UINT8 volume; member
1154 tAVRC_SET_VOLUME_CMD volume; /* SetAbsVolume */ member
1255 UINT8 volume; member
1272 UINT8 volume; member
1349 tAVRC_SET_VOLUME_RSP volume; /* SetAbsVolume */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c1166 static bt_status_t btc_avrc_ct_send_set_absolute_volume_cmd(uint8_t tl, uint8_t volume) in btc_avrc_ct_send_set_absolute_volume_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c502 …atic bt_status_t btc_hf_volume_control(bt_bdaddr_t *bd_addr, esp_hf_volume_type_t type, int volume) in btc_hf_volume_control()