[BT] modify txpowerlevel type to long
authorHyunjin Park <hj.na.park@samsung.com>
Wed, 23 Sep 2015 12:38:05 +0000 (21:38 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Wed, 23 Sep 2015 12:45:15 +0000 (21:45 +0900)
ACR : TWDAPI - 66

Change-Id: I2f05faf999709ff91d35905c2d4df71ecd656758
Signed-off-by: hyunjin park <hj.na.park@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/bluetooth.html
org.tizen.web.apireference/html/device_api/wearable/tizen/bluetooth.html

index 142bc2b..525b28f 100644 (file)
@@ -3643,7 +3643,7 @@ Instead, use <em>http://tizen.org/privilege/bluetooth</em>.
 <pre class="webidl prettyprint">    [NoInterfaceObject] interface BluetoothLEDevice {
         readonly attribute <a href="#BluetoothAddress">BluetoothAddress</a> address;
         readonly attribute DOMString? name;
-        readonly attribute unsigned long? txpowerlevel;
+        readonly attribute long? txpowerlevel;
         readonly attribute unsigned long? appearance;
         readonly attribute <a href="#BluetoothUUID">BluetoothUUID</a>[]? uuids;
         readonly attribute <a href="#BluetoothLESolicitationUUID">BluetoothLESolicitationUUID</a>[]? solicitationuuids;
index b3a533f..d4051e1 100644 (file)
@@ -3643,7 +3643,7 @@ Instead, use <em>http://tizen.org/privilege/bluetooth</em>.
 <pre class="webidl prettyprint">    [NoInterfaceObject] interface BluetoothLEDevice {
         readonly attribute <a href="#BluetoothAddress">BluetoothAddress</a> address;
         readonly attribute DOMString? name;
-        readonly attribute unsigned long? txpowerlevel;
+        readonly attribute long? txpowerlevel;
         readonly attribute unsigned long? appearance;
         readonly attribute <a href="#BluetoothUUID">BluetoothUUID</a>[]? uuids;
         readonly attribute <a href="#BluetoothLESolicitationUUID">BluetoothLESolicitationUUID</a>[]? solicitationuuids;