Bartosz Cichocki
a7f3ae4daf
[EGD-7697] Fix BT names in all files
...
Some fallback names were incorrect
2021-11-25 13:43:51 +01:00
Jakub Pyszczak
ed431b1708
[EGD-7875] Fixed bt not ringing
...
Fixed bluetooth not ringing after bt call hang up.
2021-11-25 13:34:30 +01:00
Jakub Pyszczak
78a448347e
[EGD-7299] Fixed bt call crash
...
Fixed crash occurring during bluetooth call
if there was bluetooth device being turned off.
2021-10-27 06:40:31 +01:00
Bartosz Cichocki
e588ee047b
[EGD-7761] Fix HFP reconnect
...
After connecting to another device while it was connected
HFP didn't disconnect from the previous one
2021-10-11 08:23:11 +02:00
Bartosz Cichocki
682fb74e0e
[EGD-7086] Add BT profile connection info
...
Added info about connected profile to the devices list
2021-10-06 08:27:34 +02:00
Bartosz Cichocki
abd246041d
[EGD-7702] Fix BT PIN pairing by bumping BT stack version
...
Bumped up BT stack to develop version as it has fixed PIN pairing
2021-09-28 14:47:58 +02:00
Bartosz Cichocki
80ea3a74e0
[EGD-7405] Add volume control
...
Added volume control for HFP
2021-09-24 13:25:07 +02:00
Bartosz Cichocki
7274f691d7
[EGD-7405] Connect HFP with audio system
...
Connected HFP with audio system so 2-way audio transmission is
possible
2021-09-24 13:25:07 +02:00
Marcin Smoczyński
bd90e57516
[BH-907] Split utils module into components
...
Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2021-09-23 15:14:40 +02:00
Bartosz Cichocki
e8dd8aacbe
[EGD-7404] Adapt & prepare CVSD codec for usage in HFP
...
Adapted both codec and HFP profile to be able to work together.
Now it's possible to stream 2-way audio via HFP profile, but it
has to be integrated properly with EGD-7405
2021-09-23 10:08:30 +02:00
Bartosz Cichocki
8145a88401
[EGD-7077] Rework of BT connection status in AppSettings
...
Reworked AppSettings handling of BT devices to be prepared for
handling the HFP profile, eliminating by the way few bugs and
speeding up the flow (by getting rid of few refreshes).
Added unit tests for handling the BT devices flow
2021-09-10 13:19:29 +02:00
Adam Dobrowolski
0247d374cd
[EGD-7401] POC for HSP restored from EGD-6727
...
This code is updated code from EGD-6727, the only changes are:
- use of common SCO and PhoneInterface
- update to newer bluetooth library
2021-08-30 09:38:20 +02:00