flutter-rx-ble
flutter-rx-ble copied to clipboard
A Flutter BLE plugin, based on RxAndroidBle and RxBluetoothKit.
When will the code be updated? It's now version 3.0 come on
I can successfully pair with the correct password 0000 in the Bluetooth settings of Android. But it cannot be paired with rx_ble. Except for this, other ble devices can be...
I changed location permission from coarse location to fine location
BleDisconnectedException (BleDisconnectedException: Disconnected from MAC='XX:XX:XX:XX:XX:XX' with status 133 (GATT_ERROR) com.polidea.rxandroidble2.exceptions.BleDisconnectedException: Disconnected from MAC='XX:XX:XX:XX:XX:XX' with status 133 (GATT_ERROR) at com.polidea.rxandroidble2.internal.connection.RxBleGattCallback$2.onConnectionStateChange(RxBleGattCallback.java:81) at android.bluetooth.BluetoothGatt$1$4.run(BluetoothGatt.java:297) at android.bluetooth.BluetoothGatt.runOrQueueCallback(BluetoothGatt.java:860) at android.bluetooth.BluetoothGatt.access$200(BluetoothGatt.java:45) at android.bluetooth.BluetoothGatt$1.onClientConnectionState(BluetoothGatt.java:292) at android.bluetooth.IBluetoothGattCallback$Stub.onTransact(IBluetoothGattCallback.java:199) at...
This fixes issue : rssi value does not refresh in IOS To Test : In example/main.dart change Line 309 to - `"connect(${scanResult.rssi.toString()} ${scanResult.deviceId})",`
I'm getting the following error when I try to create a Signed APK build: PermissionMethods.kt: (104, 42): 'LOCATION_MODE_OFF: Int' is deprecated. Deprecated in Java
My application is managing a BLE object and I need to manage all cases regarding connection. A great article is describing the pb here: https://uynguyen.github.io/2018/07/23/Best-practice-How-to-deal-with-Bluetooth-Low-Energy-in-background/ and Apple article: https://developer.apple.com/library/archive/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/CoreBluetoothBackgroundProcessingForIOSApps/PerformingTasksWhileYourAppIsInTheBackground.html#//apple_ref/doc/uid/TP40013257-CH7-SW10 I...
I get the following null exception when disconnecting: 1º  2º  StackTrace ``` stackTrace:#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5) #1 PluginScaffold._setChannelCallHandler. (package:plugin_scaffold/plugin_scaffold.dart:24:27)...