-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
status: waiting for informationMore information must be provided before work can proceedMore information must be provided before work can proceedtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
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?
Metadata
Metadata
Assignees
Labels
status: waiting for informationMore information must be provided before work can proceedMore information must be provided before work can proceedtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project