ble_peripheral
ble_peripheral copied to clipboard
A Flutter plugin that allows you to use your device as Bluetooth Low Energy (BLE) peripheral
I am trying to run scanning and advertising in parallel from a foreground service. When trying to start advertising, I get the following exception while BT is definitely enabled. `FlutterBluePlus`...
When trying to connect to the server hosted on an Android device, it opens a pairing request on both server and client. The service and advertising looks like this: ```dart...
Hi, thank you for your great plugin! What is the proper way to clean the callbacks as : ``` static void setBleStateChangeCallback(BleStateCallback callback) => _platform.setBleStateChangeCallback(callback); ``` For some reason in...
After publishing the advertisement, it crashes when I try to connect. I don't know more than that
## 2.5.0 - Breaking Change: now using enums instead of integers for `CharacteristicProperties` and `AttributePermissions` - Add new API `getSubscribedClients` - Improve Android connection - On Android, `isSupported` will return...
There isn't an obvious way to simulate the GATT server disconnecting from client devices. How can this be achieved? This is important so that a client device that improperly connects...
Is there any way to change the TxPower level through this package?
Are there any plans to support Linux for this library?
If UUID specified is not in uppercase, it will cause issues, but only with certain things. Specifically, if you try to write to a characteristic with a UUID that was...