Searched refs:set_abs_vol (Results 1 – 4 of 4) sorted by relevance
349 … ESP_LOGI(BT_RC_TG_TAG, "AVRC set absolute volume: %d%%", (int)rc->set_abs_vol.volume * 100/ 0x7f); in bt_av_hdl_avrc_tg_evt()350 volume_set_by_controller(rc->set_abs_vol.volume); in bt_av_hdl_avrc_tg_evt()
352 …ESP_LOGI(BT_RC_TG_TAG, "AVRC set absolute volume: %d%%", (int)rc->set_abs_vol.volume * 100 / 0x7f); in bt_av_hdl_avrc_tg_evt()353 volume_set_by_controller(rc->set_abs_vol.volume); in bt_av_hdl_avrc_tg_evt()
381 …} set_abs_vol; /*!< set absolute volume command targeted on audio si… member
729 param.set_abs_vol.volume = pavrc_cmd->volume.volume; in btc_rc_upstreams_evt()