[oe-commits] Yasir-Khan : bluez5: Update the bluetooth.conf

git at git.openembedded.org git at git.openembedded.org
Thu May 22 15:46:10 UTC 2014


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

Author: Yasir-Khan <yasir_khan at mentor.com>
Date:   Wed May 14 17:04:53 2014 +0500

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 at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-connectivity/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>



More information about the Openembedded-commits mailing list