yanshouwang / bluetooth_low_energy

A Flutter plugin for controlling the bluetooth low energy.
https://pub.dev/packages/bluetooth_low_energy
MIT License
46 stars 15 forks source link

Prevent unauthorized connections #87

Open CrayolaEater opened 1 month ago

CrayolaEater commented 1 month ago

Is there a way to prevent unauthorized connection? Or just prevent a certain incoming connection request?

yanshouwang commented 1 month ago

Currently we use a handshake or heart beats in the business logic to keep the connection alive as a trick.

I don't know is there a way to do this with BLE itself.

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 week ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

Levi-Lesches commented 1 week ago

@yanshouwang you may want to reconsider the stale bot as it closes issues that don't have updates, even if they're valid requests that might be worked on...

yanshouwang commented 1 week ago

@yanshouwang you may want to reconsider the stale bot as it closes issues that don't have updates, even if they're valid requests that might be worked on...

I'll disable this behavior later. Thanks for your suggestion.