Open
Description
Whenever I call disconnect() the radio doesn't show up in an LE scan.
When I run this function:
void resetAdvertising(){
// stop advertising
BLE.stopAdvertise();
// start advertising
BLE.advertise();
}
it shows up again. I have to call BLE.advertise() after every disconnect to get it to show up again. Unplugging/replugging also fixes this issue.
Is this expected behavior?