File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ bluez (5.85-3deepin5) unstable; urgency=medium
2+
3+ * fix: Fix main conf for connection.
4+ * Fix airpods pairing.
5+
6+ -- tunaichao <tunaichao@uniontech.com> Tue, 27 Jan 2026 20:40:42 +0800
7+
18bluez (5.85-3deepin4) unstable; urgency=medium
29
310 * Change the service startup program to use a shell script.
Original file line number Diff line number Diff line change 1+ --- a/src/main.conf
2+ +++ b/src/main.conf
3+ @@ -12,7 +12,7 @@
4+ # How long to stay in discoverable mode before going back to non-discoverable
5+ # The value is in seconds. Default is 180, i.e. 3 minutes.
6+ # 0 = disable timer, i.e. stay discoverable forever
7+ - #DiscoverableTimeout = 0
8+ + DiscoverableTimeout = 0
9+
10+ # Always allow pairing even if there are no agent registered
11+ # Possible values: true, false
12+ @@ -68,7 +68,7 @@
13+ # however the tradeoff is increased power consumptions. This feature
14+ # will fully work only on kernel version 4.1 and newer. Defaults to
15+ # 'false'.
16+ - #FastConnectable = false
17+ + FastConnectable = true
18+
19+ # Default privacy setting.
20+ # Enables use of private address.
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ ubuntu_error_restart.patch
1212main.conf.patch
1313uniontech-add-custom-config-for-huawei.patch
1414uniontech-add-sh-for-debug.patch
15+ deepin-bug282163-Fix-main-conf-for-connection.patch
You can’t perform that action at this time.
0 commit comments