Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Bluetooth / BluetoothHealthChannel.cpp
index 9303206..f038d33 100644 (file)
@@ -32,6 +32,7 @@ namespace Bluetooth {
 BluetoothHealthChannel::BluetoothHealthChannel(unsigned int channel, BluetoothDeviceSharedPtr remoteDevice, 
         bt_hdp_channel_type_e type, BluetoothHealthApplicationSharedPtr application)
 {
+       Common::SecurityAccessor();
     mChannel = channel;
     mRemoteDevice = remoteDevice;
     if(type == BT_HDP_CHANNEL_TYPE_RELIABLE) {