bluetoothPairingState static method

String bluetoothPairingState(
  1. bool enabled
)

Implementation

static String bluetoothPairingState(bool enabled) => '<characteristic type="BluetoothMgr">'
    '<parm name="AllowPairing" value="${enabled ? '1' : '2'}"/>'
    '</characteristic>';