flutter_blue icon indicating copy to clipboard operation
flutter_blue copied to clipboard

Bluetooth plugin for Flutter

Results 220 flutter_blue issues
Sort by recently updated
recently updated
newest added

How can I read signals from my connected BLE device using flutter blue?

How can I read signals from my connected BLE device using flutter blue?

is it possible to get RSSI of a CONNECTED device?

enhancement
rssi

code in iOS related file, if the service broadcast a string value long than 4 bytes, there are bug in flutter while read and parse the value the org code...

/BluetoothGatt( 4247): onClientConnectionState() - status=34 clientIf=7 device=B4:6B:FC:F6:E8:65 D/FlutterBluePlugin( 4247): [onConnectionStateChange] status: 34 newState: 0 I/flutter ( 4247): state:BluetoothDeviceState.disconnected D/BluetoothGatt( 4247): onClientConnectionState() - status=0 clientIf=7 device=B4:6B:FC:F6:E8:65 D/FlutterBluePlugin( 4247): [onConnectionStateChange] status: 0...

Hello. I made app that received packet from ble then, send data to webbrowser. it send constantly data to my webbrowser when my phone is plugged but I found out...

Hello, I have been facing the same issue with this library flutter blue. ``` await setNotifyValue(true); // exception: set_notification_error, error when writing the descriptor, null, null await writeChar.write(cmd); // exception:...

The package I am trying to send is 20 bytes long on **Android**: ``` /flutter (21603): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: PlatformException(write_characteristic_error, writeCharacteristic failed, null) E/flutter (21603): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:564:7) E/flutter (21603):...

write-error

i take an example code of flutter_blue package. sometimes when i open app its show me Bluetooth adapters is unknown even the bluetooth is on. ![04AD14E1-38A6-4543-B70E-0F0B7F72F509](https://user-images.githubusercontent.com/55543388/94331307-dd617700-ffe4-11ea-80fa-6e7a2d78e23f.jpg)