We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345b81e commit 22ea75aCopy full SHA for 22ea75a
Containerfile
@@ -203,4 +203,5 @@ RUN sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo
203
/tmp/* \
204
/var/* && \
205
mkdir -p /var/lib/duperemove && \
206
+ mkdir -p /var/lib/bluetooth && \
207
ostree container commit
system_files/deck/etc/bluetooth/main.conf
@@ -0,0 +1,13 @@
1
+[General]
2
+AlwaysPairable=true
3
+Privacy=device
4
+ControllerMode=dual
5
+JustWorksRepairing=always
6
+
7
+[Policy]
8
+AutoEnable=true
9
10
+[LE]
11
+MinConnectionInterval=7
12
+MaxConnectionInterval=9
13
+ConnectionLatency=0
0 commit comments