Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c589 BE_STREAM_TO_UINT8(param.change_ntf.event_parameter.volume, data); in handle_rc_notification_rsp()
633 param.set_volume_rsp.volume = rsp->volume; in handle_rc_set_absolute_volume_rsp()
710 memset(&(avrc_rsp.volume), 0, sizeof(tAVRC_RSP)); in btc_rc_upstreams_evt()
711 avrc_rsp.volume.opcode = opcode_from_pdu(AVRC_PDU_SET_ABSOLUTE_VOLUME); in btc_rc_upstreams_evt()
712 avrc_rsp.volume.pdu = AVRC_PDU_SET_ABSOLUTE_VOLUME; in btc_rc_upstreams_evt()
713 avrc_rsp.volume.status = AVRC_STS_NO_ERROR; in btc_rc_upstreams_evt()
714 avrc_rsp.volume.volume = pavrc_cmd->volume.volume; in btc_rc_upstreams_evt()
720 param.set_abs_vol.volume = pavrc_cmd->volume.volume; in btc_rc_upstreams_evt()
833 handle_rc_set_absolute_volume_rsp(&avrc_response.volume); in handle_rc_metamsg_rsp()
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() argument
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_pars_ct.c78 BE_STREAM_TO_UINT8 (p_result->volume.volume, p); in avrc_pars_vendor_rsp()
91 BE_STREAM_TO_UINT8 (p_result->reg_notif.param.volume, p); in avrc_pars_vendor_rsp()
Davrc_pars_tg.c253 BE_STREAM_TO_UINT8 (p_result->volume.volume, p); in avrc_pars_vendor_cmd()
254 p_result->volume.volume &= 0x7F; // remove the top bit in avrc_pars_vendor_cmd()
Davrc_bld_ct.c86 UINT8_TO_BE_STREAM(p_data, (AVRC_MAX_VOLUME & p_cmd->volume)); in avrc_bld_set_abs_volume_cmd()
300 status = avrc_bld_set_abs_volume_cmd(&p_cmd->volume, p_pkt); in AVRC_BldCommand()
Davrc_bld_tg.c597 UINT8_TO_BE_STREAM(p_data, p_rsp->param.volume); in avrc_bld_notify_rsp()
677 UINT8_TO_BE_STREAM(p_data, p_rsp->volume); in avrc_bld_set_absolute_volume_rsp()
878 status = avrc_bld_set_absolute_volume_rsp(&p_rsp->volume, p_pkt); in AVRC_BldResponse()
/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
518 esp_err_t esp_avrc_ct_send_set_absolute_volume_cmd(uint8_t tl, uint8_t volume);
Desp_hf_client_api.h224 int volume; /*!< gain, ranges from 0 to 15 */ member
456 esp_err_t esp_hf_client_volume_update(esp_hf_volume_control_target_t type, int volume);
Desp_hf_ag_api.h113 int volume; /*!< Gain, ranges from 0 to 15 */ member
414 …sp_hf_ag_volume_control(esp_bd_addr_t remote_bda, esp_hf_volume_control_target_t type, int volume);
/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() argument
158 if (volume > BTC_AVRC_MAX_VOLUME) { in esp_avrc_ct_send_set_absolute_volume_cmd()
175 arg.set_abs_vol_cmd.volume = volume; in esp_avrc_ct_send_set_absolute_volume_cmd()
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() argument
174 if (volume < 0 || volume > 15) { in esp_hf_ag_volume_control()
185 arg.volcon.volume = volume; in esp_hf_ag_volume_control()
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() argument
204 arg.volume_update.volume = volume; in esp_hf_client_volume_update()
/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() argument
395 …ntSendAT(hf_client_local_param.btc_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_VGS, volume, 0, NULL); in btc_hf_client_volume_update()
398 …ntSendAT(hf_client_local_param.btc_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_VGM, volume, 0, NULL); in btc_hf_client_volume_update()
973 param.volume_control.volume = p_data->val.value; in btc_hf_client_cb_handler()
981 param.volume_control.volume = p_data->val.value; in btc_hf_client_cb_handler()
1145 btc_hf_client_volume_update(arg->volume_update.type, arg->volume_update.volume); in btc_hf_client_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h75 int volume; member
Dbtc_avrc.h77 uint8_t volume; member
Dbtc_hf_ag.h88 int volume; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h266 extern void bta_hf_client_send_at_vgs(UINT32 volume);
267 extern void bta_hf_client_send_at_vgm(UINT32 volume);
/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/bta/hf_client/
Dbta_hf_client_at.c1628 void bta_hf_client_send_at_vgs(UINT32 volume) in bta_hf_client_send_at_vgs() argument
1638 at_len = snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+VGS=%u\r", 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() argument
1655 at_len = snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+VGM=%u\r", volume); in bta_hf_client_send_at_vgm()
/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() argument
510 ag_res.num = volume; in btc_hf_volume_control()
1160 … btc_hf_volume_control(&arg->volcon.remote_addr, arg->volcon.target_type, arg->volcon.volume); in btc_hf_call_handler()
1466 param.volume_control.volume = p_data->val.num; in btc_hf_cb_handler()
/hal_espressif-latest/tools/esptool_py/
DLICENSE130 with the Program (or with a work based on the Program) on a volume of