Feat: add SecuritySettings.disallowToSetDefaultViaBluetooth
This commit is contained in:
parent
ac091a721e
commit
752771a144
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ message SecuritySettings {
|
|||
// At least one lane must be enabled. Otherwise, the first lane will be
|
||||
// enabled!
|
||||
bool disableBluetooth = 1;
|
||||
|
||||
// If set to true, the default settings can't be set via bluetooth
|
||||
bool disallowToSetDefaultViaBluetooth = 2;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue