isBluetoothEnabled method

bool isBluetoothEnabled()

Check if Bluetooth is enabled.

Returns true if it is, otherwise false.

Implementation

bool isBluetoothEnabled() {
  return _datalinkManager.isEnabled(BLE);
}