NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
1.99k stars 414 forks source link

support multiple Bluetooth connect? #487

Closed stylsw closed 1 year ago

stylsw commented 1 year ago

Does it support connecting multiple Bluetooth peripherals?

philips77 commented 1 year ago

Yes. For each peripheral you need a separate instance of BleManager. Each instance controls a different device. Phones support up to 6 or 8 simultaneous connections, this depends on the phone.

stylsw commented 1 year ago

thank you!