jakkra / ZSWatch

ZSWatch - the Open Source Zephyrâ„¢ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.28k stars 194 forks source link

Allow multiple BLE connection #151

Open ldab opened 9 months ago

ldab commented 9 months ago

A wise man once wrote "doing a 2nd connection will break some functionality as the new connection will be used. Things like this for example: https://github.com/jakkra/ZSWatch/blob/main/app/src/ble/ble_comm.c#L336

Maybe we need to go over those places and fix that first as otherwise functionality will break when 2nd connection connects.

But supporting multiple connections is a good feature that is needed for other stuff."