ble_backend 1.2.0 copy "ble_backend: ^1.2.0" to clipboard
ble_backend: ^1.2.0 copied to clipboard

BLE backend interfaces

BLE Backend #

BLE backend interfaces

Usage #

Cantral:

print("Cantral state: ${bleCentral.state}");
bleCentral.stateStream.listen(() => print("Cantral state changed: ${bleCentral.state}"));

Scanner:

final bleScanner = bleCentral.createScanner(serviceIds: [serviceUuid]);
0
likes
0
points
463
downloads

Publisher

unverified uploader

Weekly Downloads

BLE backend interfaces

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on ble_backend