[SAMPLE APP][Bluetooth LE Service] Linguistic correction
authorMichal Pawluk <m.pawluk@samsung.com>
Mon, 21 Dec 2015 19:05:28 +0000 (20:05 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Tue, 29 Dec 2015 07:18:06 +0000 (08:18 +0100)
Change-Id: I82571725be9ccf9a377366f5a9b1070432ce348b
Signed-off-by: Michal Pawluk <m.pawluk@samsung.com>
org.tizen.sampledescriptions/html/wearable_n/bluetooth_le_service_sd_wn.htm

index 7a31a89..e1f3c07 100644 (file)
@@ -348,7 +348,7 @@ bool bt_advertizer_set_data(bt_advertiser_h *adv_h, const char *uuid, const char
 
 <p>
 In order to add new data to the advertiser, it must first be stopped (<span style="font-family: Courier New,Courier,monospace">bt_common_stop_advertising()</span>) and internal data buffers responsible for
-responding to scan request have to be cleared (<span style="font-family: Courier New,Courier,monospace">bt_common_clear_advertizer()</span>). The initial configuration of the advertiser's scan response buffer
+responding to scan requests have to be cleared (<span style="font-family: Courier New,Courier,monospace">bt_common_clear_advertizer()</span>). The initial properties of the advertiser's scan response buffer
 must be configured again (<span style="font-family: Courier New,Courier,monospace">__set_scan_response_properties()</span>). Now it is ready to accept new data which will be provided to the requester
 in a scan response message. The <span style="font-family: Courier New,Courier,monospace">bt_common_add_service_solicitation_uuid()</span> function creates a new service buffer for the relevant data
 (identified by the provided UUID) added with the <span style="font-family: Courier New,Courier,monospace">bt_common_set_service_data()</span> function. At the end, the advertiser is started