Skip to content

Disconnect() Stops Nano 33 BLE from Advertising? #79

Open
@ebarnette-ms

Description

@ebarnette-ms

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions