From 60908a492cc23c200af62c77e3ee5f0694220fe0 Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Tue, 31 Oct 2017 10:42:25 +0900 Subject: [PATCH] [Bluetooth] Add the notice about thread-safety Change-Id: Ibaf5b4311ee87466d7fd928ce5b5779bb9183f6b Signed-off-by: Hyuk Lee --- org.tizen.guides/html/native/connectivity/bluetooth_n.htm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.tizen.guides/html/native/connectivity/bluetooth_n.htm b/org.tizen.guides/html/native/connectivity/bluetooth_n.htm index 5ede6fc..ceb2c71 100644 --- a/org.tizen.guides/html/native/connectivity/bluetooth_n.htm +++ b/org.tizen.guides/html/native/connectivity/bluetooth_n.htm @@ -167,6 +167,11 @@ if (ret != BT_ERROR_NONE) { } +
+ Note + The Bluetooth feature is not thread-safe and depends on the main loop. Implement Bluetooth within the main loop, and do not use it in a thread. +
+

Enabling and Disabling Bluetooth

To allow the user to enable or disable Bluetooth, use the application control to display the Bluetooth activation settings.

-- 2.7.4