Skip to content

Do not turn on BLE when opening the Enhanced Commissioning Window. #9383

Closed
@todo

Description

// TODO: Do not turn on BLE when opening the Enhanced Commissioning Window.
#if CONFIG_NETWORK_LAYER_BLE
gAdvDelegate.SetBLE(true);
params.SetAdvertisementDelegate(&gAdvDelegate);
params.SetBleLayer(DeviceLayer::ConnectivityMgr().GetBleLayer()).SetPeerAddress(Transport::PeerAddress::BLE());
#endif // CONFIG_NETWORK_LAYER_BLE
params.SetPASEVerifier(verifier).SetAdvertisementDelegate(&gAdvDelegate);
ReturnErrorOnFailure(


This issue was generated by todo based on a TODO comment in 8b5ac05 when #9344 was merged. cc @sagar-apple.

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions