[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.
[EGD-5304] Add new way of system close Unified method of closing the system orchestrated by system manager
[EGD-5984] Add BT implementation of added GUI actions Implemented BT-side actions for GUI usage, e.g. connection status
[EGD-5940] Add BT device unpairing Implemented possibility to forget/unpair a device via GUI
[EGD-5982] Fix no window refresh after pairing Fixes no refresh after finished scan
[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.
[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)
[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!
[EGD-5737] Merge master into experimental Synchronize with master before merging
[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
[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)
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-5737] Merge master into experimental Keep experimental up to date with changes from master
[EGD-4394] Add BT device name change Added handling of BT device name changing
[EGD-5666] Add BT off function Turning BT off was impossible thus there was the need of fixing it Updated harness test
[EGD-5483] Updated BT harness tests Added harness test for BT scan in order to be able to test regression
[EGD-5027] Services synchronization introduced Dependencies between services are now supported.
[EGD-5158] Change access to the bus methods The bus is now accessible only via Service object.