Merge branch 'tizen_3.0' into tizen 63/115963/1 accepted/tizen/ivi/20170222.095200 accepted/tizen/mobile/20170222.095112 accepted/tizen/tv/20170222.095128 accepted/tizen/wearable/20170222.095144 submit/tizen/20170222.074243
authorPiotr Kosko <p.kosko@samsung.com>
Wed, 22 Feb 2017 07:16:57 +0000 (08:16 +0100)
committerPiotr Kosko <p.kosko@samsung.com>
Wed, 22 Feb 2017 07:20:29 +0000 (08:20 +0100)
Change-Id: Id2f36ff4263f23f3d81bdfd95ad0e271505cb643
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
src/bluetooth/bluetooth_instance.cc
src/bluetooth/bluetooth_instance.h

index 322f45f..158555f 100755 (executable)
@@ -29,9 +29,9 @@ using namespace common;
 BluetoothInstance::BluetoothInstance() :
     bluetooth_adapter_(*this),
     bluetooth_device_(bluetooth_adapter_),
-    bluetooth_health_application_(bluetooth_health_profile_handler_),
     bluetooth_health_channel_(),
     bluetooth_health_profile_handler_(*this),
+    bluetooth_health_application_(bluetooth_health_profile_handler_),
     bluetooth_service_handler_(bluetooth_adapter_),
     bluetooth_socket_(bluetooth_adapter_),
     bluetooth_le_adapter_(*this),
index daeabef..30bb4cf 100755 (executable)
@@ -50,9 +50,9 @@ class BluetoothInstance: public common::ParsedInstance {
  private:
   BluetoothAdapter bluetooth_adapter_;
   BluetoothDevice bluetooth_device_;
-  BluetoothHealthApplication bluetooth_health_application_;
   BluetoothHealthChannel bluetooth_health_channel_;
   BluetoothHealthProfileHandler bluetooth_health_profile_handler_;
+  BluetoothHealthApplication bluetooth_health_application_;
   BluetoothServiceHandler bluetooth_service_handler_;
   BluetoothSocket bluetooth_socket_;
   BluetoothLEAdapter bluetooth_le_adapter_;