|
|
@ -32,7 +32,7 @@ |
|
|
|
namespace audio { |
|
|
|
namespace audio { |
|
|
|
|
|
|
|
|
|
|
|
static constexpr uint16_t kVolumeRange = 60; |
|
|
|
static constexpr uint16_t kVolumeRange = 60; |
|
|
|
static constexpr uint16_t kVolumeStep = 5; // CUSTOM - added
|
|
|
|
static constexpr uint16_t kVolumeStep = 2; // CUSTOM - added
|
|
|
|
|
|
|
|
|
|
|
|
using ConnectionState = drivers::Bluetooth::ConnectionState; |
|
|
|
using ConnectionState = drivers::Bluetooth::ConnectionState; |
|
|
|
|
|
|
|
|
|
|
|