From 3d94b23b4ac44253e70031c111e191c2c5230176 Mon Sep 17 00:00:00 2001 From: Sudha Bheemanna Date: Wed, 16 Mar 2016 12:00:30 +0530 Subject: [PATCH] [Tizen-Doc] Update doc with privilege info. Updated the privilege info in the prerequisite section. Change-Id: I915da381654472268def744eb1f51195a0d73d69 Signed-off-by: Sudha Bheemanna --- .../html/native/network/bluetooth_tutorial_n.htm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/org.tizen.tutorials/html/native/network/bluetooth_tutorial_n.htm b/org.tizen.tutorials/html/native/network/bluetooth_tutorial_n.htm index 815bdf2..1d404e6 100755 --- a/org.tizen.tutorials/html/native/network/bluetooth_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/network/bluetooth_tutorial_n.htm @@ -23,6 +23,7 @@

Content

    +
  • Prerequisites
  • Initializing Bluetooth
  • Enabling and Disabling Bluetooth
  • Checking the Bluetooth Adapter State
  • @@ -77,6 +78,7 @@

    Warm-up

    Become familiar with the Bluetooth API basics by learning about:

    +

    Prerequisites

    + +

    The applications intending to use the Tiizen SDK APIs will have to follow the basic prerequisites of setting privilege in the Tizen manifest file in order to access the APIs.

    + +

    To use the Tizen Bluetooth SDK APIs, the application has to request permission by adding the below privilege settings in the tizen-manifest.xml file.

    +

    +<privileges>
    +<privilege>http://tizen.org/privilege/bluetooth</privilege>
    +</privileges>
    +
    +
    +

    Initializing Bluetooth

    To initialize Bluetooth:

    -- 2.7.4