~aleteoryx/muditaos

ref: 6d61aabbec9efe5725f9bcb8ba7a5c2d0724adb0 muditaos/module-bluetooth/Bluetooth/interface/profiles d---------
6d61aabb — Jakub Pyszczak 4 years ago
[EGD-6514] HSP volume control

Bluetooth headset profile volume control
introduced. Small refactor on A2DP volume control
done.
30ae0e08 — Bartosz Cichocki 4 years ago
[EGD-6882] Fix call hangup after BT device disconnect

Updated the BT stack with events that are handled through the
button so now it's possible to fallback to the earspeaker when
BT connection is lost

Added handling of those events
02b8d2bf — Piotr Tański 4 years ago
Merge branch 'master' into stable
2911b6b4 — Lukasz Skrzypczak 4 years ago
[BH-378] PR changes

PR changes - mainly includes
7fee0d9c — Lukasz Skrzypczak 4 years ago
[BH-378] Utils move log to library

Moved log to separate library
82030a32 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
ef3f840a — Marcin Smoczyński 4 years ago
[EGD-6049] Add voice call over HSP

Add support for voice calls over HSP.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
52d5a35c — Bartosz Cichocki 4 years ago
[EGD-6447] Add Bluetooth PIN pairing

Implemented legacy pairing using PIN code
6be93bef — Jakub Pyszczak 5 years ago
[EGD-6166] HSP ringing

Added HSP ring sound on incoming call event while
there's bluetooth connection active and HSP is
selected as the current profile.
Possibility of pick up/decline the call using
BT device buttons added.
Slightly changed HSP initialization according
to the UML-s added.
Changed call hangup handler in service cellular.
6f2d77c5 — Jakub Pyszczak 5 years ago
[EGD-6401] Fix bluetooth initialization

Fixed multiple initialization in A2DP and HSP profiles.
9c41f6f5 — Jakub Pyszczak 5 years ago
[EGD-6350] Added bluetooth device volume control

Bluetooth device volume control can be set by Pure Phone
while paired and is in A2DP mode. Temporarly disabled
HSP since it's not fully working and causing control issues.
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>
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]
2de63da9 — Tomasz Langowski 5 years ago
[EGD-5954] Add CoD verification for bluetooth conn

Implement selective profile connection based on Class of Device
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
72ac24f2 — Pawel Olejniczak 5 years ago
[EGD-6073] Fix text formatting in retry windows

Error message in retry windows was displayed incorrectly.
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.
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
b055eee3 — SP2FET 5 years ago
[EGD-5981] Fix BT scan stop issue

Btstack's scan stop call was not working properly thus force stop
function has been added
Next