Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Bluetooth / BluetoothServiceHandler.cpp
index 7995611..d325b37 100644 (file)
@@ -33,6 +33,8 @@ namespace Bluetooth {
 
 BluetoothServiceHandler::BluetoothServiceHandler(std::string uuid, std::string name, int registeredSocket)
 {
+       Common::SecurityAccessor();
+
     mUUID = uuid;
     mName = name;
     mRegisteredSocket = registeredSocket;