SkyPulse UAV V0.1
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
Bluetooth Class Reference

#include <Bluetooth.h>

Inheritance diagram for Bluetooth:

Signals

void deviceDiscovered (const QBluetoothDeviceInfo &deviceInfro)
 
void connected ()
 
void disconnected ()
 
void dataReceived (const QByteArray &data)
 

Public Member Functions

 Bluetooth (QObject *parent=nullptr)
 
 ~Bluetooth ()
 
void startDeviceDiscovery ()
 
void connectToDevice (const QBluetoothDeviceInfo &deviceInfo)
 
void send (const QByteArray &data)
 

Constructor & Destructor Documentation

◆ Bluetooth()

Bluetooth::Bluetooth ( QObject * parent = nullptr)
explicit

◆ ~Bluetooth()

Bluetooth::~Bluetooth ( )

Member Function Documentation

◆ connected

void Bluetooth::connected ( )
signal

◆ connectToDevice()

void Bluetooth::connectToDevice ( const QBluetoothDeviceInfo & deviceInfo)

◆ dataReceived

void Bluetooth::dataReceived ( const QByteArray & data)
signal

◆ deviceDiscovered

void Bluetooth::deviceDiscovered ( const QBluetoothDeviceInfo & deviceInfro)
signal

◆ disconnected

void Bluetooth::disconnected ( )
signal

◆ send()

void Bluetooth::send ( const QByteArray & data)

◆ startDeviceDiscovery()

void Bluetooth::startDeviceDiscovery ( )

The documentation for this class was generated from the following files: