From 4e24cb72b87eefb58b7f7954324fc804cd68d278 Mon Sep 17 00:00:00 2001 From: Szymon Jastrzebski Date: Thu, 9 Feb 2017 13:43:36 +0100 Subject: [PATCH] [Bluetooth] Private member initialized [Verification] TCT tests passed Change-Id: I1238a5955511f381afcdfb835c4627418679bdf7 Signed-off-by: Szymon Jastrzebski --- src/bluetooth/bluetooth_instance.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bluetooth/bluetooth_instance.cc b/src/bluetooth/bluetooth_instance.cc index 16a2f5aa..322f45f4 100755 --- a/src/bluetooth/bluetooth_instance.cc +++ b/src/bluetooth/bluetooth_instance.cc @@ -30,6 +30,7 @@ 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_service_handler_(bluetooth_adapter_), bluetooth_socket_(bluetooth_adapter_), -- 2.34.1