From: Piotr Czaja Date: Fri, 29 Jan 2016 09:26:41 +0000 (+0100) Subject: [Bluetooth] - improving examples X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a6e7e9aec183c1471c423102809a22352788ebe;p=sdk%2Fonline-doc.git [Bluetooth] - improving examples Change-Id: Id3ea33c0118b27e1b0ce30763c0fb5e3cb3041d8 Signed-off-by: Piotr Czaja --- diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/bluetooth.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/bluetooth.html index 84ccfeb..82b4ec6 100644 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/bluetooth.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/bluetooth.html @@ -501,15 +501,15 @@ The tizen.bluetooth object allows access to the Bluetooth API. Since: 2.3.1

+
+

Constructors

+
+
BluetoothLEServiceData(DOMString uuid, DOMString data);

Code example:

 // Creates a serviceData.
  var service = new tizen.BluetoothLEServiceData("c500-11e5", "0x1811");
  
-
-

Constructors

-
BluetoothLEServiceData(DOMString uuid, DOMString data);
-

Attributes