Merge pull request #790 from fewtarius/dev
Reduce bluetooth controller latency a bit.
This commit is contained in:
commit
daa7b89dd5
1 changed files with 14 additions and 0 deletions
14
packages/network/bluez/patches/bluez-22-latency.patch
Normal file
14
packages/network/bluez/patches/bluez-22-latency.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
diff -rupN bluez.orig/src/main.conf bluez/src/main.conf
|
||||
--- bluez.orig/src/main.conf 2022-12-09 13:26:20.491487002 -0500
|
||||
+++ bluez/src/main.conf 2022-12-09 13:53:53.254613635 -0500
|
||||
@@ -207,6 +207,10 @@
|
||||
#ConnectionSupervisionTimeout=
|
||||
#Autoconnecttimeout=
|
||||
|
||||
+MinConnectionInterval=7
|
||||
+MaxConnectionInterval=9
|
||||
+ConnectionLatency=44
|
||||
+
|
||||
# Scan duration during interleaving scan. Only used when scanning for ADV
|
||||
# monitors. The units are msec.
|
||||
# Default: 300
|
Loading…
Reference in a new issue