-bluetooth-tools (0.1.0) unstable; urgency=low
+bluetooth-tools (0.2.26) unstable; urgency=low
- * Initial Release
+ * Upload the package
+ * Git: slp/pkgs/b/bluetooth-tools
+ * Tag: bluetooth-tools_0.2.26
- -- Jaekyun Lee <jkyun.lee@samsung.com> Fri, 23 Mar 2012 10:56:06 +0900
+ -- Divya yadav <divya.yadav@samsung.com> Tue, 07 Aug 2012 12:48:23 +0530
+
+bluetooth-tools (0.2.25) unstable; urgency=low
+
+ * Upload the package
+ * Git: slp/pkgs/b/bluetooth-tools
+ * Tag: bluetooth-tools_0.2.25
+
+ -- DoHyun Pyun <dh79.pyun@samsung.com> Wed, 23 May 2012 12:15:46 +0900
+
+bluetooth-tools (0.2.24) unstable; urgency=low
+
+ * Remove the code to launch the Obexd
+ * Git: slp/pkgs/b/bluetooth-tools
+ * Tag: bluetooth-tools_0.2.24
+
+ -- DoHyun Pyun <dh79.pyun@samsung.com> Fri, 11 May 2012 09:42:39 +0900
+
+bluetooth-tools (0.2.23) unstable; urgency=low
+
+ * Changhe the basic FTP root folder
+ * Git: slp/pkgs/b/bluetooth-tools
+ * Tag: bluetooth-tools_0.2.23
+
+ -- DoHyun Pyun <dh79.pyun@samsung.com> Tue, 08 May 2012 08:53:47 +0900
+
+bluetooth-tools (0.2.22) unstable; urgency=low
+
+ * split from bluetooth-dev-tools
+ * Git: slp/pkgs/b/bluetooth-tools
+ * Tag: bluetooth-tools_0.2.22
+
+ -- Jkyun Lee <jkyun.lee@samsung.com> Mon, 05 Mar 2012 13:48:49 +0900
# Execute BlueZ BT stack
echo "Run bluetoothd"
/usr/sbin/bluetoothd -d
-/usr/lib/obex/obexd -d --noplugin=syncevolution,pcsuite --symlinks -r /opt/media
/usr/bin/bluetooth-share &
-sleep 2
exit 0
-
-# Check result
-#if (dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.DefaultAdapter | grep hci); then
-# exit 0
-#else
-# echo "Running BT stack is failed."
-# exit 1
-#fi