[SAMPLE APP][Bluetooth LE Collector] Application's workflow added
authorMichal Pawluk <m.pawluk@samsung.com>
Mon, 28 Dec 2015 11:44:33 +0000 (12:44 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Tue, 29 Dec 2015 08:46:32 +0000 (09:46 +0100)
Change-Id: Ifdd83de7007e8d41062cd63e58aedf9a4825140b
Signed-off-by: Michal Pawluk <m.pawluk@samsung.com>
org.tizen.sampledescriptions/html/images/bluetooth_le_collector_workflow_sd.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/mobile_n/bluetooth_le_collector_sd_mn.htm

diff --git a/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_workflow_sd.png b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_workflow_sd.png
new file mode 100644 (file)
index 0000000..7dbb25c
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_workflow_sd.png differ
index 623a99b..943c4cc 100644 (file)
@@ -52,6 +52,23 @@ The following figures illustrate the view of the application:
        <img alt="Body Sensor Location view" src="../images/bluetooth_le_collector_main_view_6.png" />
 </p>
 
+<p>
+The application's workflow can be divided into five major pipelines:
+       <ol>
+               <li>application's initialization;</li>
+               <li>devices discovery;</li>
+               <li>discovered device's details acquisition and browsing;</li>
+               <li>discovered device's service data acquisition and display;</li>
+               <li>application's termination.</li>
+       </ol>
+The first 4 features are delivered to the user via the UI (<a href="#app-screenshot">Bluetooth LE Collector application screens</a>) and briefly described by the figure below.
+</p>
+
+<p id="app-screenshot" class="figure">Figure: Application's workflow.</p>
+<p align="center">
+       <img alt="Application's workflow" width="70%" src="../images/bluetooth_le_collector_workflow_sd.png" />
+</p>
+
 <h2>Prerequisites</h2>
 
 <p>