From 8ded9e3d0bbc2d7cdc5b9f01b4fed9c8685caf82 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 14 Feb 2016 14:41:52 +0100 Subject: mqtt: Using mqtt_support utilities from the mqtt-cassandra bridge. --- ble/LinuxBluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ble') diff --git a/ble/LinuxBluetooth.cpp b/ble/LinuxBluetooth.cpp index b774644..587016c 100644 --- a/ble/LinuxBluetooth.cpp +++ b/ble/LinuxBluetooth.cpp @@ -123,7 +123,7 @@ Mac parseMac(bdaddr_t &a) { // ----------------------------------------------------------------------- LinuxBluetoothDevice::LinuxBluetoothDevice(LinuxBluetoothAdapter &adapter, Mac &mac) : - DefaultBluetoothDevice(adapter, mac) { + DefaultBluetoothDevice(adapter, mac), gatt(nullptr) { } LinuxBluetoothDevice::~LinuxBluetoothDevice() { -- cgit v1.2.3