fix(bluetooth): make it always pairable
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
9e14b6aff2
commit
96a7bcb6aa
1 changed files with 3 additions and 1 deletions
|
@ -11,12 +11,14 @@ in {
|
|||
|
||||
settings = {
|
||||
General = {
|
||||
AlwaysPairable = true;
|
||||
PairableTimeout = 0;
|
||||
DiscoverableTimeout = 0;
|
||||
Experimental = true;
|
||||
KernelExperimental = true;
|
||||
};
|
||||
|
||||
Policy.AutoEnable = "true";
|
||||
Policy.AutoEnable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue