Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Bluetooth / BluetoothClass.cpp
index 8998d66..6486574 100644 (file)
@@ -34,6 +34,7 @@ namespace Bluetooth {
 
 BluetoothClass::BluetoothClass(bt_class_s bluetoothClass)    
 {
+       Common::SecurityAccessor();
     mMajor = BluetoothClassDeviceMajor::getInstance()->getMajorValue(bluetoothClass.major_device_class);
     mMinor = BluetoothClassDeviceMinor::getInstance()->getMinorValue(bluetoothClass.minor_device_class);
     mServices= BluetoothClassDeviceService::getInstance()->getServiceValues(bluetoothClass.major_service_class_mask);