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:43 +0100 |
commit | c5c11b046144f8e7704968f989ec870d1e1bc870 (patch) | |
tree | c8b71b115cb5e56009a75ec42ea47bce78e10abf /meta/recipes-connectivity | |
parent | f7a74e2baaa68c90f2b3a17db480cc296c16d7a9 (diff) | |
download | poky-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')
-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 @@ | |||
10 | <policy context="default"> | 10 | <policy context="default"> |
11 | <allow own="org.bluez"/> | 11 | <allow own="org.bluez"/> |
12 | <allow send_destination="org.bluez"/> | 12 | <allow send_destination="org.bluez"/> |
13 | <allow send_interface="org.bluez.Agent"/> | 13 | <allow send_interface="org.bluez.Agent1"/> |
14 | </policy> | 14 | </policy> |
15 | 15 | ||
16 | </busconfig> | 16 | </busconfig> |