From af1f5dad02eb670253b8625db0dfcaf0d86231df Mon Sep 17 00:00:00 2001 From: Michal Pawluk Date: Mon, 21 Dec 2015 20:05:28 +0100 Subject: [PATCH] [SAMPLE APP][Bluetooth LE Service] Linguistic correction Change-Id: I82571725be9ccf9a377366f5a9b1070432ce348b Signed-off-by: Michal Pawluk --- .../html/wearable_n/bluetooth_le_service_sd_wn.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.sampledescriptions/html/wearable_n/bluetooth_le_service_sd_wn.htm b/org.tizen.sampledescriptions/html/wearable_n/bluetooth_le_service_sd_wn.htm index 7a31a89..e1f3c07 100644 --- a/org.tizen.sampledescriptions/html/wearable_n/bluetooth_le_service_sd_wn.htm +++ b/org.tizen.sampledescriptions/html/wearable_n/bluetooth_le_service_sd_wn.htm @@ -348,7 +348,7 @@ bool bt_advertizer_set_data(bt_advertiser_h *adv_h, const char *uuid, const char

In order to add new data to the advertiser, it must first be stopped (bt_common_stop_advertising()) and internal data buffers responsible for -responding to scan request have to be cleared (bt_common_clear_advertizer()). The initial configuration of the advertiser's scan response buffer +responding to scan requests have to be cleared (bt_common_clear_advertizer()). The initial properties of the advertiser's scan response buffer must be configured again (__set_scan_response_properties()). Now it is ready to accept new data which will be provided to the requester in a scan response message. The bt_common_add_service_solicitation_uuid() function creates a new service buffer for the relevant data (identified by the provided UUID) added with the bt_common_set_service_data() function. At the end, the advertiser is started -- 2.7.4