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