Merge lp:~guilhem-fr/bluez/ubuntu-autoenable into lp:~bluetooth/bluez/ubuntu

Proposed by Guilhem Lettron
Status: Superseded
Proposed branch: lp:~guilhem-fr/bluez/ubuntu-autoenable
Merge into: lp:~bluetooth/bluez/ubuntu
Diff against target: 42 lines (+19/-3)
3 files modified
debian/50-bluetooth-hci-auto-poweron.rules (+0/-2)
debian/bluez.install (+0/-1)
debian/patches/autoenable.diff (+19/-0)
To merge this branch: bzr merge lp:~guilhem-fr/bluez/ubuntu-autoenable
Reviewer Review Type Date Requested Status
Simon Fels Approve
Review via email: mp+296115@code.launchpad.net

This proposal has been superseded by a proposal from 2017-01-10.

Description of the change

Enable autoEnable parameter of bluez.

Fix #1510570

To post a comment you must log in.
Revision history for this message
Simon Fels (morphis) wrote :

LGTM. @Konrad: we should go and land this together with an upgrade to Bluez 3.40 also for Touch.

Revision history for this message
Simon Fels (morphis) :
review: Approve

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== removed file 'debian/50-bluetooth-hci-auto-poweron.rules'
--- debian/50-bluetooth-hci-auto-poweron.rules 2015-08-14 10:04:55 +0000
+++ debian/50-bluetooth-hci-auto-poweron.rules 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1# Set bluetooth power up
2ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", RUN+="/bin/hciconfig %k up"
30
=== modified file 'debian/bluez.install'
--- debian/bluez.install 2016-02-02 17:16:14 +0000
+++ debian/bluez.install 2016-05-31 15:50:24 +0000
@@ -25,7 +25,6 @@
25lib/udev/hid2hci25lib/udev/hid2hci
26lib/udev/rules.d/97-hid2hci.rules26lib/udev/rules.d/97-hid2hci.rules
27attrib/gatttool usr/bin27attrib/gatttool usr/bin
28debian/50-bluetooth-hci-auto-poweron.rules lib/udev/rules.d
29#-- for systemd28#-- for systemd
30lib/systemd/system/bluetooth.service29lib/systemd/system/bluetooth.service
31etc/dbus-1/system.d/bluetooth.conf30etc/dbus-1/system.d/bluetooth.conf
3231
=== added file 'debian/patches/autoenable.diff'
--- debian/patches/autoenable.diff 1970-01-01 00:00:00 +0000
+++ debian/patches/autoenable.diff 2016-05-31 15:50:24 +0000
@@ -0,0 +1,19 @@
1Index: bluez/src/main.conf
2===================================================================
3--- bluez.orig/src/main.conf
4+++ bluez/src/main.conf
5@@ -64,7 +64,7 @@
6 # 'false'.
7 #FastConnectable = false
8
9-#[Policy]
10+[Policy]
11 #
12 # The ReconnectUUIDs defines the set of remote services that should try
13 # to be reconnected to in case of a link loss (link supervision
14@@ -86,4 +86,4 @@
15 # AutoEnable defines option to enable all controllers when they are found.
16 # This includes adapters present on start as well as adapters that are plugged
17 # in later on. Defaults to 'false'.
18-#AutoEnable=false
19+AutoEnable=true

Subscribers

People subscribed via source and target branches

to all changes: