enable method

void enable()

Enables the Bluetooth and Wi-Fi adapter.

The device is set into discovery mode for both technologies for 3600 ms.

Implementation

void enable() {
  _datalinkManager.enableAll();
}