From 1c9f01034e1c4cfc8229282997778d37410ef101 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 26 Apr 2025 13:04:51 +0200 Subject: [PATCH] Updated BT config --- machines/vm-audio.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 6f2f47a..0d2399f 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -180,11 +180,12 @@ enable = true; # disabledPlugins = [ "hostname" ]; settings.General = { - # Class = "0x040414"; - # Name = "Linox"; - # JustWorksRepairing = "always"; - # DiscoverableTimeout = 0; - # AlwaysPairable = true; + Name = "Linox"; + Class = "0x240414"; + DiscoverableTimeout = 0; + AlwaysPairable = true; + PairableTimeout = 0; + FastConnectable = true; }; };