summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>2013-12-05 11:37:11 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-12-08 17:47:42 +0200
commitce63a8eb46db860d8b82ce9283f6a4f223337a04 (patch)
tree2ca363ba992fa475bbed90dcfbecf5f73e4a4199
parentcb284a7adc1483872925b8bcfb0075f2e9314bca (diff)
downloadbluez-ce63a8eb46db860d8b82ce9283f6a4f223337a04.tar.gz
android: Update haltest tool entry in README
Update informations about 'adapter' interface being renamed to 'bluetooth' and init being called on haltest startup by default.
-rw-r--r--android/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/android/README b/android/README
index 6c2c53f27..68c3e9fdb 100644
--- a/android/README
+++ b/android/README
@@ -82,9 +82,12 @@ Testing tool
============
BT HAL test tools located in android/haltest is provided for HAL level testing
-of both Android daemon and HAL library. Start it and type 'adapter init' in
-prompt to initialize HAL library. On Android required bluetoothd service will
-be started automatically. On Linux it is required to start android/bluetoothd
-manually before init command timeout. To deinitialize HAL library and stop
-daemon type 'adapter cleanup'. Type 'help' for more information. Tab completion
-is also supported.
+of both Android daemon and HAL library. Start it with '-n' parameter and type
+'bluetooth init' in prompt to initialize HAL library. Running without parameter
+will make haltest try to initialize all services after start. On Android
+required bluetoothd service will be started automatically. On Linux it is
+required to start android/bluetoothd manually before init command timeout or
+use provided android/system-emulator, which takes care of launching daemon
+automatically on HAL library initialization. To deinitialize HAL library and
+stop daemon type 'bluetooth cleanup'. Type 'help' for more information. Tab
+completion is also supported.