10#ifndef BLUETOOTHSERVICE_HPP
11#define BLUETOOTHSERVICE_HPP
15#include <QtBluetooth/QLowEnergyService>
Auxiliary class that is used alongside Bluetooth class when describing a service.
Definition: bluetoothservice.hpp:30
QLowEnergyService * BluetoothService_GetService() const
Class defined service member getter function.
Definition: bluetoothservice.cpp:18
BluetoothService()
BluetoothService class default constructor.
Definition: bluetoothservice.cpp:14
QLowEnergyService * mService
QLowEnergyService object that maintains Bluetooth service informations.
Definition: bluetoothservice.hpp:94
~BluetoothService()
Default BluetoothService class destructor.
Definition: bluetoothservice.cpp:16
QString BluetoothService_GetUUID()
This member function returns service UUID string.
Definition: bluetoothservice.cpp:20