BluetoothPreference constructor

BluetoothPreference({
  1. SSP enableSsp = SSP.NOCHANGE,
  2. PowerSaveMode powerMode = PowerSaveMode.NOCHANGE,
  3. AuthMode authMode = AuthMode.AUTH_NO_ENC_NO,
})

Implementation

BluetoothPreference({this.enableSsp = SSP.NOCHANGE,
  this.powerMode = PowerSaveMode.NOCHANGE,
  this.authMode = AuthMode.AUTH_NO_ENC_NO});