FlutterBleLib icon indicating copy to clipboard operation
FlutterBleLib copied to clipboard

Bluetooth Low Energy library for Flutter with support for simulating peripherals

Results 103 FlutterBleLib issues
Sort by recently updated
recently updated
newest added

There's already an open issue related to this (#580) but in my case it worked fine 1st time and then it's not scanning anything after that. It works fine on...

While trying to connect device it throws the below error sometimes and not always. I couldn't identify what causes this. `[ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: BleError (Error code: 2, ATT error code:...

Hi everyone I am working on the Bluetooth connection and I have some problems with the new Android version. Most Android phones work perfectly except for some Samsung phones (S21,...

When connecting multiple devices and running a Realtime monitoring and a file transfer service for one of the devices connected a error occurs for that device and automatically disconnects. This...

I've had a problem with `flutter pub get` with the old version of `rxdart`, updating the version solved it, this may be a common problem so I think it should...

Got news from Twitter that Polidea was acquired by Snowflake on Feb 8th and will no longer offer software development services. Does it means we should switch to another plugin....

Having trouble on some older Android devices with connecting to peripheral. For example Huawei P8Lite Android 6. The connection throws Gatt Error 133: ``` BleError (Error code: 201, ATT error...

scanBle Ble Method code change **uuids: []** ``` Stream scanBle() { stopScanBle(); return _bleManager.startPeripheralScan( uuids: [], //[TransportBLE.PROV_BLE_SERVICE], scanMode: ScanMode.balanced, allowDuplicates: true); } ``` Error code: 302, ATT error code: null,...

Hello, I get following error: The plugin `flutter_ble_lib` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this...