Arun

Results 2 comments of Arun

The issue seems to be due to this submission: https://github.com/arduino-libraries/ArduinoBLE/commit/3074107 Reverting the above change back resolves the issue.

> I isolated my issue down to `BLE.advertise()` not also allowing service discovery by peripherals > > Not sure why, but calling `BLE.available()` every loop cycle allowed services to be...