dannyalbuquerque

Results 7 comments of dannyalbuquerque

This library uses RxAndroidBle and RxBluetoothKit. This librarires offers this feature but unfortunately I didn't find it* in FlutterBleLib... Don't sure why. EDIT: *for android For RxBluetoothKit: https://polidea.github.io/RxBluetoothKit/Classes/CentralManager.html#/s:14RxBluetoothKit14CentralManagerC28retrieveConnectedPeripherals12withServicesSayAA10PeripheralCGSaySo6CBUUIDCG_tF For RxAndroidBle:...

Same bug on iOS, I got a XPC connection invalid every "odd" scan

@psycura For now, I used [flutter_blue](https://pub.dev/packages/flutter_blue) for the scan on iOS and I continue to use FlutterBleLib by creating a peripheral with the [createUnsafePeripheral](https://pub.dev/documentation/flutter_ble_lib/latest/flutter_ble_lib/BleManager/createUnsafePeripheral.html) method.

@psycura Yes in case the application is already implemented with FlutterBleLib. It is also a temporary fix. > I created a temporary solution for IOS - check if no devices...

https://github.com/Polidea/FlutterBleLib/issues/428

Same problem with sdk < 26