dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
531 stars 195 forks source link

It is possible to use FlutterBleLib to send and receive data between an Android device and an iOS device through BLE? #542

Closed develop11xt closed 3 years ago

develop11xt commented 3 years ago

if yes how

mikolak commented 3 years ago

Hi!

You'll need to run both central (FlutterBleLib) and peripheral (eg. https://pub.dev/packages/flutter_ble_peripheral) on both phones.