aboutsummaryrefslogtreecommitdiffstats
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:04 +0100
commitc53c9ba05a5f38c047f3f928a9496f952843f467 (patch)
treedbfe773d50f5a40f8a5bf65f7e5d75aad953d0c8
parent17131d42c02b591e1b6d547852cb09b004b8d609 (diff)
downloadopenembedded-core-contrib-c53c9ba05a5f38c047f3f928a9496f952843f467.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 Signed-off-by: Yasir-Khan <yasir_khan@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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>