[oe-commits] Yasir-Khan : bluez5: Allow method calls over dbus for bluetooth daemon

git at git.openembedded.org git at git.openembedded.org
Thu Sep 11 10:01:23 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: eb3a380301b8f7ec34d3649c386214d39355eaa0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eb3a380301b8f7ec34d3649c386214d39355eaa0

Author: Yasir-Khan <yasir_khan at mentor.com>
Date:   Mon Sep  8 12:58:39 2014 +0100

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.

Signed-off-by: Yasir-Khan <yasir_khan at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
index e21e72e..26845bb 100644
--- a/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
+++ b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
@@ -11,6 +11,7 @@
     <allow own="org.bluez"/>
     <allow send_destination="org.bluez"/>
     <allow send_interface="org.bluez.Agent1"/>
+    <allow send_type="method_call"/>
   </policy>
 
 </busconfig>



More information about the Openembedded-commits mailing list