I'm developing an app which needs to access data from neraby bluetooth devices. But whenever I add the privilege 'http://tizen.org/privilege/bluetooth' it causes a compile time error and I couldn't run the app. For the mean time I'm following this privilege structure,
<tizen:privilege name="http://tizen.org/privilege/bluetooth.gap"/>
<tizen:privilege name="http://tizen.org/privilege/bluetooth.admin"/>
<tizen:privilege name="http://tizen.org/privilege/bluetooth.spp"/>
<tizen:privilege name="http://tizen.org/privilege/bluetooth.health"/>