diff options
author | Yasir-Khan <yasir_khan@mentor.com> | 2014-09-08 12:58:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 11:33:24 +0100 |
commit | 679b9fb2d652cffb97935fb2a29e53757bcb4e1d (patch) | |
tree | 4e1b2bd98757f091574a13b61defea4523d3171d /meta | |
parent | beff4517dc8eedb566e844b85bf2161ca4467aae (diff) | |
download | poky-679b9fb2d652cffb97935fb2a29e53757bcb4e1d.tar.gz |
bluez5: Allow method calls over dbus for bluetooth daemon
This patch changes the dbus policy settings in order to allow
calling methods over dbus. bluez5 and pulseaudio rely on this
mechanism to configure media end points. Previously bluetoothd
was failing to configure the media end points with error
org.freedesktop.DBus.Error.AccessDenied, due to which bluetooth
headset and smartphone were unable to connect in A2DP mode.
(From OE-Core rev: eb3a380301b8f7ec34d3649c386214d39355eaa0)
Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf index e21e72e3ec..26845bb73c 100644 --- a/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf +++ b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf | |||
@@ -11,6 +11,7 @@ | |||
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.Agent1"/> | 13 | <allow send_interface="org.bluez.Agent1"/> |
14 | <allow send_type="method_call"/> | ||
14 | </policy> | 15 | </policy> |
15 | 16 | ||
16 | </busconfig> | 17 | </busconfig> |