~aleteoryx/muditaos

ref: f7a6b7200659cec945ed8cb144c38d155b273688 muditaos/module-services/service-bluetooth/ServiceBluetooth.cpp -rw-r--r-- 8.1 KiB
a30887bb — SP2FET 5 years ago
[EGD-5666] Add BT off function

Turning BT off was impossible thus there was the need of fixing it
Updated harness test
fa24dcc8 — SP2FET 5 years ago
[EGD-5483] Updated BT harness tests

Added harness test for BT scan in order to be able
to test regression
65119cb4 — Piotr Tański 5 years ago
[EGD-5027] Services synchronization introduced

Dependencies between services are now supported.
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
1db3f192 — Piotr Tański 5 years ago
[EGD-5472] Bluetooth worker state machine

State machine POC implemented using SML library.
0fad7231 — SP2FET 5 years ago
[EGD-5457] Add harness test for bluetooth on/off

There is no functional tests related to the Bluetooth. As the
refactor is on the way,we need to have a tool to check if it works
By the way fixed worker deinit
6befeb50 — SP2FET 5 years ago
[EGD-5316] Add Bluetooth run loop integration into worker

To be able to handle properly the Bluetooth stack we need to
get rid of doubled FreeRTOS task and do refactor of
the whole BT section. This is first part of refactor and it
includes integrating run loop into our worker and unifying
namespaces
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
71a82520 — SP2FET 5 years ago
[EGD-4580] Add BT settings middleware

Added bluetooth settings middleware to store BT status in settings.
Added middleware layer to handle new settings queries.
e7b9bcf7 — Przemyslaw Brudny 5 years ago
[EGD-5133] Fix settings bus add duplications

Changed Bus Channels vector to set to prevent
duplicates and cleaned logging.
f8c83ce2 — SP2FET 5 years ago
[EGD-4869] Add bluetooth message status to application settings

This change demonstrates how to work with Bluetooth messages
in application settings windows.
Responses to bluetooth status messages are mocked because
settings storage and message handlers in Service Bluetooth
are not ready yet.
edc7fd63 — SP2FET 5 years ago
[EGD-4579] Add bluetooth settings storage

Add settings storage to bluetooth related items
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
ab4efaa9 — Paweł Olejniczak 5 years ago
[EGD-4778] Add Bluetooth settings to db (#1174)

b96313b1 — Radoslaw Wicik 5 years ago
[EGD-4215] Convert service-bluetooth to library
22102c4b — Piotr Tanski 5 years ago
[EGD-4200] Message handling refactored. (#974)

ac2c954d — Bartosz Cichocki 5 years ago
[EGD-3772] added HSP sink and source (#918)

Added HSP playback to the BT device and stream of the BT device microphone back to the OS

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
d5de12f7 — Radosław Wicik 5 years ago
[EGD-3852] clean include in service (#928)

06147978 — Bartosz Cichocki 5 years ago
[EGD-4011] added BT audio device with A2DP playback (#870)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
4c22ef51 — Hubert Chrzaniuk 5 years ago
[EGD-4099] BT set stream (#846)

Next