From cee964bb956f10723f6c5e2c40abc5eb35fed2a4 Mon Sep 17 00:00:00 2001 From: "sangrae.kim" Date: Thu, 9 Jul 2015 13:27:15 +0900 Subject: [PATCH] [Web Device API] Modify the Bluetooth api reference Change-Id: I81156ed2446071e23477fc066903eb4a20af2bcc Signed-off-by: sangrae.kim --- .../html/device_api/mobile/tizen/bluetooth.html | 8 ++++---- .../html/device_api/wearable/tizen/bluetooth.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 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 362a7d1..af01192 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 @@ -2726,7 +2726,7 @@ The ErrorCallback is launched with these error types: with error type TypeMismatchError, if the input parameter is not compatible with the expected type for that parameter.

  • - with error type InvalidStateError, if device is currently not connected + with error type InvalidStateError, if the local Bluetooth le adapter is currently not enabled.

  • with error type SecurityError, if the application does not have the privilege to call this method. @@ -2819,7 +2819,7 @@ The ErrorCallback is launched with these error types: with error type TypeMismatchError, if the input parameter is not compatible with the expected type for that parameter.

  • - with error type InvalidStateError, if device is currently not connected + with error type InvalidStateError, if the local Bluetooth le adapter is currently not enabled.

  • with error type SecurityError, if the application does not have the privilege to call this method. @@ -3029,7 +3029,7 @@ The ErrorCallback is launched with these error types: with error type TypeMismatchError, if the input parameter is not compatible with the expected type for that parameter.

  • - with error type InvalidStateError, if device is currently not connected + with error type InvalidStateError, if the local Bluetooth le adapter is currently not enabled.

  • with error type SecurityError, if the application does not have the privilege to call this method. @@ -3123,7 +3123,7 @@ The ErrorCallback is launched with these error types: with error type TypeMismatchError, if the input parameter is not compatible with the expected type for that parameter.

  • - with error type InvalidStateError, if device is currently not connected + with error type InvalidStateError, if the local Bluetooth le adapter is currently not enabled.

  • with error type SecurityError, if the application does not have the privilege to call this method. 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 b2d68d2..08f6523 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 @@ -2726,7 +2726,7 @@ The ErrorCallback is launched with these error types: with error type TypeMismatchError, if the input parameter is not compatible with the expected type for that parameter.

  • - with error type InvalidStateError, if device is currently not connected + with error type InvalidStateError, if the local Bluetooth le adapter is currently not enabled.

  • with error type SecurityError, if the application does not have the privilege to call this method. @@ -2819,7 +2819,7 @@ The ErrorCallback is launched with these error types: with error type TypeMismatchError, if the input parameter is not compatible with the expected type for that parameter.

  • - with error type InvalidStateError, if device is currently not connected + with error type InvalidStateError, if the local Bluetooth le adapter is currently not enabled.

  • with error type SecurityError, if the application does not have the privilege to call this method. @@ -3029,7 +3029,7 @@ The ErrorCallback is launched with these error types: with error type TypeMismatchError, if the input parameter is not compatible with the expected type for that parameter.

  • - with error type InvalidStateError, if device is currently not connected + with error type InvalidStateError, if the local Bluetooth le adapter is currently not enabled.

  • with error type SecurityError, if the application does not have the privilege to call this method. @@ -3123,7 +3123,7 @@ The ErrorCallback is launched with these error types: with error type TypeMismatchError, if the input parameter is not compatible with the expected type for that parameter.

  • - with error type InvalidStateError, if device is currently not connected + with error type InvalidStateError, if the local Bluetooth le adapter is currently not enabled.

  • with error type SecurityError, if the application does not have the privilege to call this method. -- 2.7.4