[OE-core] [PATCH] bluez5: Update the bluetooth.conf

Yasir Khan yasir_khan at mentor.com
Wed May 14 12:04:53 UTC 2014


From: Yasir-Khan <yasir_khan at mentor.com>

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 at mentor.com>
---
 .../bluez5/bluez5/bluetooth.conf                   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf
index ca5e9e4..e21e72e 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>
-- 
1.7.9.5




More information about the Openembedded-core mailing list