mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
testing ControllerMode = bredr
https://unix.stackexchange.com/questions/736933/what-is-the-bluetooth-controllermode-in-etc-bluetooth-main-conf-what-is-bredr https://github.com/bluez/bluez/blob/master/src/main.conf https://bbs.archlinux.org/viewtopic.php?id=270465
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -26,6 +26,7 @@
|
|||||||
"bitwarden",
|
"bitwarden",
|
||||||
"blkdiscard",
|
"blkdiscard",
|
||||||
"breakpad",
|
"breakpad",
|
||||||
|
"bredr",
|
||||||
"btop",
|
"btop",
|
||||||
"cachix",
|
"cachix",
|
||||||
"canmount",
|
"canmount",
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
|
settings.General.ControllerMode = "bredr";
|
||||||
};
|
};
|
||||||
firmware = [ pkgs.sof-firmware ];
|
firmware = [ pkgs.sof-firmware ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user