File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,14 @@ cat mnt/img_root/usr/local/bin/bluetooth-server.py | grep ^class
8
8
9
9
echo " Switching bluetooth device class to 0x00010c - computer"
10
10
sed -i -e ' s/#Class = .*/Class = 0x00010c/g' mnt/img_root/etc/bluetooth/main.conf
11
+ sed -i -e ' s/#DiscoverableTimeout = 0/DiscoverableTimeout = 0/g' mnt/img_root/etc/bluetooth/main.conf
12
+ sed -i -e ' s/#JustWorksRepairing = never/JustWorksRepairing = always/g' mnt/img_root/etc/bluetooth/main.conf
13
+ sed -i -e ' s/#FastConnectable = false/FastConnectable = true/g' mnt/img_root/etc/bluetooth/main.conf
14
+ echo " \n[Agent]\nDefaultAgent = true\nEnableSecurity = false" >> mnt/img_root/etc/bluetooth/main.conf
11
15
cat mnt/img_root/etc/bluetooth/main.conf
12
16
13
- sed -i -e ' s#libexec/bluetooth/bluetoothd#sbin/bluetoothd --noplugin=sap #' mnt/img_root/lib/systemd/system/bluetooth.service
17
+ sed -i -e ' s#libexec/bluetooth/bluetoothd#sbin/bluetoothd#' mnt/img_root/lib/systemd/system/bluetooth.service
14
18
cat mnt/img_root/lib/systemd/system/bluetooth.service
19
+
20
+ echo " [Service]\nExecStart=\nExecStart=/usr/sbin/bluetoothd --compat" > mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
21
+ cat mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
You can’t perform that action at this time.
0 commit comments