/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | btc_avrc.c | 589 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/ |
D | avrc_pars_ct.c | 78 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()
|
D | avrc_pars_tg.c | 253 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()
|
D | avrc_bld_ct.c | 86 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()
|
D | avrc_bld_tg.c | 597 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/ |
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 518 esp_err_t esp_avrc_ct_send_set_absolute_volume_cmd(uint8_t tl, uint8_t volume);
|
D | esp_hf_client_api.h | 224 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);
|
D | esp_hf_ag_api.h | 113 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/ |
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() 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()
|
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() argument 174 if (volume < 0 || volume > 15) { in esp_hf_ag_volume_control() 185 arg.volcon.volume = volume; in esp_hf_ag_volume_control()
|
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() 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/ |
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() 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/ |
D | btc_hf_client.h | 75 int volume; member
|
D | btc_avrc.h | 77 uint8_t volume; member
|
D | btc_hf_ag.h | 88 int volume; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/ |
D | bta_hf_client_int.h | 266 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/ |
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/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() 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/ |
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() 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/ |
D | LICENSE | 130 with the Program (or with a work based on the Program) on a volume of
|