~aleteoryx/muditaos

ref: 3d0e2352893ae3cdcc1eaeed08b94d4173a6b10d muditaos/module-services/service-bluetooth/ServiceBluetooth.cpp -rw-r--r-- 12.7 KiB
b890bcd6 — Marcin Smoczyński 5 years ago
[EGD-5260] Add A2DP playback to audio

Add basic playback capability using Bluetooth A2DP profile.
Only stereo/44100/16bit files are supported at the moment

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
7d4452f9 — Bartosz Cichocki 5 years ago
[EGD-6052] Add idle BT device disconnect

After 30 minutes of inactivity (no stream) the device
is disconnected
acc7acf1 — SP2FET 5 years ago
[EGD-6168] Lock CPU frequency only while BT is working

Due to fixed BT transmission, the CPU frequency can be lower.
To be more power-friendly, minimal working freq is being set while
working with Bluetooth
46b89140 — Michał Kamoń 5 years ago
[EGD-5945] Bluetooth-harness API messages

This PR:
* provides Bluetooth-Harness API messages definition [EGD-5944]
* provides Bluetooth-Harness API messages implementation
* provides Bluetooth-Harness API usage on harness side [EGD-5946]
* provides Bluetooth-Harness tests [EGD-5947]
4de99701 — Piotr Tański 5 years ago
[EGD-5952] Changed service stack depths acc. to real usage

Stack depth changed for:
- Application Manager
- Service Bluetooth
- Bluetooth Worker
- Service Eink
- Service GUI
- Application Special Input
da27b16d — SP2FET 5 years ago
[EGD-6100] Add BT device turn off handling

After BT device disconnects (e.g. because of shutdown) Pure is now
aware of this
77faaaec — Pawel Olejniczak 5 years ago
[EGD-6024] Return to All Devices window after attempt to retry action

Execution of retry pairing/unpairing/connecting took too long
to wait for it on retry popup. Fixed minor bugs.
ef63ee26 — Wojtek Rzepecki 5 years ago
[EGD-5304] Add new way of system close

Unified method of closing
the system orchestrated by
system manager
d325f1bd — SP2FET 5 years ago
[EGD-5984] Add BT implementation of added GUI actions

Implemented BT-side actions for GUI usage, e.g. connection status
b911ad90 — SP2FET 5 years ago
[EGD-5940] Add BT device unpairing

Implemented possibility to forget/unpair a device via GUI
6fcf2ee8 — SP2FET 5 years ago
[EGD-5982] Fix no window refresh after pairing

Fixes no refresh after finished scan
c51411c8 — Pawel Olejniczak 5 years ago
[EGD-5861] Complete bluetooth connecting process on settings side

Enable connecting BT devices in settings.
Connect popup and add adjust messages for connection error handling.
2b1ce1aa — SP2FET 5 years ago
[EGD-5879] Fix BT uart error

To be able to properly send data via UART, the frequency has to
be higher (to be fixed in the future)
f9b80ac2 — SP2FET 5 years ago
[EGD-5764] Implement handling multiple BT profiles

To be able to connect to the BT device with more than one audio
profile, we need something to manage those profiles. Created here
ProfileManager made it convenient
To be able to work properly with BT, CPU freq has to be at least
at Level_5 - to be fixed!
fe721693 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
1929a382 — SP2FET 5 years ago
[EGD-5848] Fix bluetooth pairing key import

After BT refactor settings init for key storage has been moved,
thus in the initial phase settings were unavailable and btstack
couldn't import keys from storage
5c7b5181 — SP2FET 5 years ago
[EGD-5700] Fix Bluetooth pairing

To be able to proper propagate the pair message there was a need
for Command wrapper (to be able to send command and parameter in
one piece)
c7b7cc4c — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
Next