aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5
diff options
context:
space:
mode:
authorYasir-Khan <yasir_khan@mentor.com>2014-05-14 17:04:53 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-15 23:24:43 +0100
commitc5c11b046144f8e7704968f989ec870d1e1bc870 (patch)
treec8b71b115cb5e56009a75ec42ea47bce78e10abf /meta/recipes-connectivity/bluez5
parentf7a74e2baaa68c90f2b3a17db480cc296c16d7a9 (diff)
downloadopenembedded-core-contrib-c5c11b046144f8e7704968f989ec870d1e1bc870.tar.gz
bluez5: Update the bluetooth.conf
In bluez5, agent interface has been renamed from org.bluez.Agent to org.bluez.Agent1. Reflect this change in bluetooth.conf to allow sending of dbus messages to agent interface. *Resolves no PIN prompt bug while pairing *Resolves bluetooth keyboard connection problem (From OE-Core rev: c53c9ba05a5f38c047f3f928a9496f952843f467) Signed-off-by: Yasir-Khan <yasir_khan@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
index ca5e9e4f2f..e21e72e3ec 100644
--- a/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
+++ b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
@@ -10,7 +10,7 @@
<policy context="default">
<allow own="org.bluez"/>
<allow send_destination="org.bluez"/>
- <allow send_interface="org.bluez.Agent"/>
+ <allow send_interface="org.bluez.Agent1"/>
</policy>
</busconfig>