Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r3561f79af1a92356eea01d5d0c3297c69d2ecdf2 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 3561f79af1a92356eea01d5d0c3297c69d2ecdf2) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file BluetoothInterface.h - * \author (last) Behrouz NematiPour - * \date (last) 07-Feb-2022 + * \author (last) Vy + * \date (last) 05-Sep-2023 * \author (original) Behrouz NematiPour * \date (original) 24-Aug-2021 * @@ -129,7 +129,7 @@ void onAttributeResponse (const DeviceBluetoothPairedQueryResponseData &vData); private: - bool startScan (); + bool startScan (bool vQuitDevice); bool stopScan (); void initConnections (); @@ -169,7 +169,6 @@ void interpretInformation (); void interpretBattery (const QByteArray &vData); - signals: void didStateChange (const BluetoothData &vData); void didActionReceive (const UIBloodPressureData &vData);