From 82f2c7f2ebfa1483d41d4f2abcf440fd7a1461de Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Wed, 23 Sep 2015 21:38:05 +0900 Subject: [PATCH] [BT] modify txpowerlevel type to long ACR : TWDAPI - 66 Change-Id: I2f05faf999709ff91d35905c2d4df71ecd656758 Signed-off-by: hyunjin park --- org.tizen.web.apireference/html/device_api/mobile/tizen/bluetooth.html | 2 +- .../html/device_api/wearable/tizen/bluetooth.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 142bc2b..525b28f 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 @@ -3643,7 +3643,7 @@ Instead, use http://tizen.org/privilege/bluetooth.
    [NoInterfaceObject] interface BluetoothLEDevice {
         readonly attribute BluetoothAddress address;
         readonly attribute DOMString? name;
-        readonly attribute unsigned long? txpowerlevel;
+        readonly attribute long? txpowerlevel;
         readonly attribute unsigned long? appearance;
         readonly attribute BluetoothUUID[]? uuids;
         readonly attribute BluetoothLESolicitationUUID[]? solicitationuuids;
diff --git a/org.tizen.web.apireference/html/device_api/wearable/tizen/bluetooth.html b/org.tizen.web.apireference/html/device_api/wearable/tizen/bluetooth.html
index b3a533f..d4051e1 100644
--- a/org.tizen.web.apireference/html/device_api/wearable/tizen/bluetooth.html
+++ b/org.tizen.web.apireference/html/device_api/wearable/tizen/bluetooth.html
@@ -3643,7 +3643,7 @@ Instead, use http://tizen.org/privilege/bluetooth.
 
    [NoInterfaceObject] interface BluetoothLEDevice {
         readonly attribute BluetoothAddress address;
         readonly attribute DOMString? name;
-        readonly attribute unsigned long? txpowerlevel;
+        readonly attribute long? txpowerlevel;
         readonly attribute unsigned long? appearance;
         readonly attribute BluetoothUUID[]? uuids;
         readonly attribute BluetoothLESolicitationUUID[]? solicitationuuids;
-- 
2.7.4