yanshouwang/bluetooth_low_energy

StartAdvertising doesn't have a status callback for success or failure.

Opened this issue · 2 comments

Can it be added?

The startAdvertising method returns a Future, this future will complete when the status is success or throws an error when the status is failed. You can try catch this method and await it to know the status.

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