From ab8d07960e580d9d1e635295cb50258c691d50d9 Mon Sep 17 00:00:00 2001 From: Piotr Szydelko Date: Wed, 13 May 2015 15:21:12 +0200 Subject: [PATCH] [ACR-82][BLE] Bluetooth LE tutorial Change-Id: I6dfe3d67b055aa766d7b0a912c913461c9a60b28 --- .../html/web/tizen/communication/bluetooth_w.htm | 25 + org.tizen.tutorials/html/index.htm | 1 + .../communication/bluetooth_le_tutorial_w.htm | 554 +++++++++++++++++++++ org.tizen.tutorials/index.xml | 1 + 4 files changed, 581 insertions(+) create mode 100644 org.tizen.tutorials/html/web/tizen/communication/bluetooth_le_tutorial_w.htm diff --git a/org.tizen.guides/html/web/tizen/communication/bluetooth_w.htm b/org.tizen.guides/html/web/tizen/communication/bluetooth_w.htm index ca02355..fb8b891 100644 --- a/org.tizen.guides/html/web/tizen/communication/bluetooth_w.htm +++ b/org.tizen.guides/html/web/tizen/communication/bluetooth_w.htm @@ -23,6 +23,7 @@

Related Info

@@ -54,6 +55,30 @@
  • Connecting to and exchanging data with a Bluetooth device

    You can connect to and exchange data with a remote Bluetooth device. When you attempt to open a connection to another device, a Service Discovery Protocol (SDP) look-up is performed on the device, and the protocol and channel to be used for the connection are determined. If a connection is established and the socket is opened successfully, a BluetoothSocket instance (in mobile and wearable applications) with an open state is returned. The socket is subsequently used for exchanging data between the connected devices.

    If a device allows other devices to use its functionalities through this kind of connection, it is said to provide a service.

  • Communicating with a health source device

    The Health Device Profile defines the requirements for the Bluetooth health device implementation. In the profile, there are 2 device type: one device is a source, such as a blood pressure monitor or pulse oximeter, while the other is a sink, such as a mobile phone or laptop. You can use your device as a sink and communicate with a health source device.

  • +

    The main features of Bluetooth (4.0) Low Energy API include:

    + diff --git a/org.tizen.tutorials/html/index.htm b/org.tizen.tutorials/html/index.htm index a86fcc7..dfd4c0f 100644 --- a/org.tizen.tutorials/html/index.htm +++ b/org.tizen.tutorials/html/index.htm @@ -42,6 +42,7 @@
  • Task: Bluetooth Chat
  • +
  • Bluetooth Low Energy
  • NFC