From: Michal Pawluk Date: Mon, 28 Dec 2015 11:44:33 +0000 (+0100) Subject: [SAMPLE APP][Bluetooth LE Collector] Application's workflow added X-Git-Tag: tizen_3.0/TD_SYNC/20161201~210^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67d693a4011cb33980198ded61555c47479a27c4;p=sdk%2Fonline-doc.git [SAMPLE APP][Bluetooth LE Collector] Application's workflow added Change-Id: Ifdd83de7007e8d41062cd63e58aedf9a4825140b Signed-off-by: Michal Pawluk --- 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 index 0000000..7dbb25c Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_workflow_sd.png differ diff --git a/org.tizen.sampledescriptions/html/mobile_n/bluetooth_le_collector_sd_mn.htm b/org.tizen.sampledescriptions/html/mobile_n/bluetooth_le_collector_sd_mn.htm index 623a99b..943c4cc 100644 --- a/org.tizen.sampledescriptions/html/mobile_n/bluetooth_le_collector_sd_mn.htm +++ b/org.tizen.sampledescriptions/html/mobile_n/bluetooth_le_collector_sd_mn.htm @@ -52,6 +52,23 @@ The following figures illustrate the view of the application: Body Sensor Location view

+

+The application's workflow can be divided into five major pipelines: +

    +
  1. application's initialization;
  2. +
  3. devices discovery;
  4. +
  5. discovered device's details acquisition and browsing;
  6. +
  7. discovered device's service data acquisition and display;
  8. +
  9. application's termination.
  10. +
+The first 4 features are delivered to the user via the UI (Bluetooth LE Collector application screens) and briefly described by the figure below. +

+ +

Figure: Application's workflow.

+

+ Application's workflow +

+

Prerequisites