From 157a84965ae8b0b34afc167be6e9541d00c53fe8 Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Mon, 21 Sep 2015 18:53:49 +0900 Subject: [PATCH] [bluetooth][wearable] modify error text to match mobile profile Change-Id: Ie5238860ae837a1db3b50350143fe9416653b8d2 Signed-off-by: Hyunjin park --- .../html/device_api/wearable/tizen/bluetooth.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 8682802..b3a533f 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 @@ -3544,9 +3544,10 @@ The ErrorCallback is launched with these error types:

Privilege: http://tizen.org/privilege/bluetooth -

Remark : - Since Tizen 2.4, the required privilege name is changed. -(http://tizen.org/privilege/bluetooth.spp -> http://tizen.org/privilege/bluetooth) +

+

Warning: + http://tizen.org/privilege/bluetooth.spp (public level) has been deprecated since 2.4. +Instead, use http://tizen.org/privilege/bluetooth.

Parameters:

@@ -6457,8 +6458,6 @@ To guarantee that the Bluetooth Low Energy application runs on a device with Blu optional SuccessCallback? successCallback, optional ErrorCallback? errorCallback) raises(WebAPIException); - - void registerRFCOMMServiceByUUID(BluetoothUUID uuid, DOMString name, BluetoothServiceSuccessCallback successCallback, @@ -6507,7 +6506,7 @@ To guarantee that the Bluetooth Low Energy application runs on a device with Blu optional ErrorCallback? errorCallback) raises(WebAPIException); }; - [Callback, NoInterfaceObject] interface BluetoothLEScanCallback { + [Callback=FunctionOnly, NoInterfaceObject] interface BluetoothLEScanCallback { void onsuccess(BluetoothLEDevice device); }; -- 2.7.4