Skip to content

Commit 1635d12

Browse files
ut006362Zeno-sole
authored andcommitted
fix: Fix airpods pairing and main conf for connection.
1 parent 199ed20 commit 1635d12

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
bluez (5.85-3deepin4) unstable; urgency=medium
29

310
* Change the service startup program to use a shell script.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ ubuntu_error_restart.patch
1212
main.conf.patch
1313
uniontech-add-custom-config-for-huawei.patch
1414
uniontech-add-sh-for-debug.patch
15+
deepin-bug282163-Fix-main-conf-for-connection.patch

0 commit comments

Comments
 (0)