Searched defs:volume (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_avrc_api.h | 267 …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
|
D | esp_hf_ag_api.h | 113 int volume; /*!< Gain, ranges from 0 to 15 */ member
|
D | esp_hf_client_api.h | 224 int volume; /*!< gain, ranges from 0 to 15 */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_avrc_api.c | 148 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()
|
D | esp_hf_client_api.c | 189 esp_err_t esp_hf_client_volume_update(esp_hf_volume_control_target_t type, int volume) in esp_hf_client_volume_update()
|
D | esp_hf_ag_api.c | 169 …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/ |
D | btc_hf_client.c | 388 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/ |
D | btc_avrc.h | 77 uint8_t volume; member
|
D | btc_hf_client.h | 75 int volume; member
|
D | btc_hf_ag.h | 88 int volume; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 1628 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/ |
D | avrc_defs.h | 1056 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/ |
D | btc_avrc.c | 1166 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/ |
D | btc_hf_ag.c | 502 …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()
|