dotintent / FlutterBleLib

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

[question] Enable ble progrmatically in flutter #539

Closed redhotsixbull closed 3 years ago

redhotsixbull commented 3 years ago

Hi Thx u for u r package.

I have a question about ble. I am already suceess to connect with target device and reciveMsg and sendmsg.

but I can't find that How activate bluetooth Enable/disable in programtically.

mikolak commented 3 years ago

bleManager.enableRadio() Keep in mind it only works on Android, iOS doesn't allow developers to manipulate BT's state.