[SAMPLE APP][Bluetooth LE Collector] Overview section added
authorMichal Pawluk <m.pawluk@samsung.com>
Tue, 22 Dec 2015 12:30:21 +0000 (13:30 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Tue, 29 Dec 2015 08:43:55 +0000 (09:43 +0100)
Change-Id: I0ad1614198a03bcbef4c5b3a7441abc1e3bd3a2f
Signed-off-by: Michal Pawluk <m.pawluk@samsung.com>
Signed-off-by: Agnieszka Janowicz <a.janowicz@samsung.com>
org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_1.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_2.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_3.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_4.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_5.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_6.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/mobile_n/bluetooth_le_collector_sd_mn.htm [new file with mode: 0644]
org.tizen.sampledescriptions/html/mobile_n/sd_mn.htm

diff --git a/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_1.png b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_1.png
new file mode 100644 (file)
index 0000000..e6fc27f
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_1.png differ
diff --git a/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_2.png b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_2.png
new file mode 100644 (file)
index 0000000..2eabb6e
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_2.png differ
diff --git a/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_3.png b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_3.png
new file mode 100644 (file)
index 0000000..fd2b19b
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_3.png differ
diff --git a/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_4.png b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_4.png
new file mode 100644 (file)
index 0000000..c40881c
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_4.png differ
diff --git a/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_5.png b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_5.png
new file mode 100644 (file)
index 0000000..8844460
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_5.png differ
diff --git a/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_6.png b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_6.png
new file mode 100644 (file)
index 0000000..228d219
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/bluetooth_le_collector_main_view_6.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
new file mode 100644 (file)
index 0000000..ef3d278
--- /dev/null
@@ -0,0 +1,83 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+       <meta http-equiv="X-UA-Compatible" content="IE=9" />
+       <link rel="stylesheet" type="text/css" href="../css/styles.css" />
+       <link rel="stylesheet" type="text/css" href="../css/snippet.css" />
+       <script type="text/javascript" src="../scripts/snippet.js"></script>
+       <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>
+       <title>Bluetooth LE Collector Sample Overview</title>
+</head>
+
+<body class="no-toc" onload="prettyPrint()" style="overflow: auto;">
+
+<div id="toc-navigation"></div>
+
+<div id="container"><div id="contents"><div class="content">
+  <div id="profile">
+    <p><img alt="Mobile native" src="../images/mobile_s_n.png"/></p>
+  </div>
+
+<h1>Bluetooth LE Collector Sample Overview</h1>
+
+<p>
+The Bluetooth LE Collector sample application demonstrates how to discover remote advertisers and consume the data they broadcast over the Bluetooth Low Energy network. In order to achieve the goal,
+the <a href="https://developer.tizen.org/dev-guide/2.4.0/org.tizen.native.mobile.apireference/group__CAPI__NETWORK__BLUETOOTH__ADAPTER__LE__MODULE.html">Bluetooth LE Adapter</a> API is used.
+This sample application is able to discover any device which advertises itself in the Bluetooth LE network, but only the data provided by the
+<a href="https://developer.tizen.org/development/sample/2.4/sample-mobile-applications">Bluetooth LE Service</a> can be consumed.
+<br>
+The general idea behind this sample application is to gather and display the health information broadcasted by the wearable device through the
+<a href="https://developer.tizen.org/development/sample/2.4/sample-mobile-applications">Bluetooth LE Service</a>. There are two types of advertized information:
+       <ul>
+               <li>Heart Rate Measurement - the number of heart beats per second;</li>
+               <li>Body Sensor Location - the point of heart rate measurement.</li>
+       </ul>
+</p>
+
+<p>
+The following figures illustrates the view of the application:
+</p>
+
+<p id="app-screenshot" class="figure">Figure: Bluetooth LE Collector application screens.</p>
+<p align="center">
+       <img alt="" src="../images/bluetooth_le_collector_main_view_1.png" />
+       <img alt="" src="../images/bluetooth_le_collector_main_view_2.png" />
+       <img alt="" src="../images/bluetooth_le_collector_main_view_3.png" />
+       <img alt="" src="../images/bluetooth_le_collector_main_view_4.png" />
+       <img alt="" src="../images/bluetooth_le_collector_main_view_5.png" />
+       <img alt="" src="../images/bluetooth_le_collector_main_view_6.png" />
+</p>
+
+<h2>Prerequisites</h2>
+
+<p>
+To ensure proper service execution, <span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/bluetooth</span> privilege must be set.
+</p>
+
+<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
+<script type="text/javascript" src="../scripts/showhide.js"></script>
+</div></div></div>
+
+<a class="top sms" href="#"><img src="../images/btn_top.gif" alt="Go to top" /></a>
+
+<div id="footer">
+<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
+</div>
+
+<script type="text/javascript">
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-25976949-1']);
+_gaq.push(['_trackPageview']);
+(function() {
+var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+})();
+</script>
+
+</body>
+</html>
index 375309a..08fe04e 100644 (file)
      <td><a href="bluetoothchat_sd_mn.htm">Bluetooth Chat</a></td>
      <td>Demonstrates how you can send and receive data between 2 devices.</td>
        </tr>
+       <tr>
+     <td><a href="bluetooth_le_collector_sd_mn.htm">Bluetooth LE Collector</a></td>
+     <td>Demonstrates how you can implement advertised data collection via Bluetooth Low Energy adapter.</td>
+       </tr>
     <tr>
      <td><a href="bundle_sd_mn.htm">Bundle</a></td>
      <td>Demonstrates how you can manipulate bundle objects.</td>