diff options
author | Yasir-Khan <yasir_khan@mentor.com> | 2014-05-14 17:04:53 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-15 23:24:04 +0100 |
commit | c53c9ba05a5f38c047f3f928a9496f952843f467 (patch) | |
tree | dbfe773d50f5a40f8a5bf65f7e5d75aad953d0c8 /meta/recipes-connectivity/bluez5 | |
parent | 17131d42c02b591e1b6d547852cb09b004b8d609 (diff) | |
download | openembedded-core-c53c9ba05a5f38c047f3f928a9496f952843f467.tar.gz openembedded-core-c53c9ba05a5f38c047f3f928a9496f952843f467.tar.bz2 openembedded-core-c53c9ba05a5f38c047f3f928a9496f952843f467.zip |
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>
Diffstat (limited to 'meta/recipes-connectivity/bluez5')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf | 2 |
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> |