juliansteenbakker / flutter_ble_peripheral

A Flutter package for advertising BLE data in peripheral mode
BSD 3-Clause "New" or "Revised" License
75 stars 52 forks source link

Multiple peripherals at the same time? #102

Closed zwells closed 2 years ago

zwells commented 2 years ago

nRF Connect app is able to do 16 peripheral instances at the same time. Is there any way to have multiple FlutterBlePeripheral objects running at the same time?

zwells commented 2 years ago

Working with initializing multiple FlutterBlePeripheral objects. I was testing on a device that only supported one at a time.