bluetoothPairingPopupState static method

String bluetoothPairingPopupState(
  1. bool enabled
)

Implementation

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