![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "hcimanager_p.h"#include "qbluetoothsocketbase_p.h"#include "qlowenergyconnectionparameters.h"#include <QtCore/qloggingcategory.h>#include <cstring>#include <errno.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/ioctl.h>#include <sys/uio.h>#include <unistd.h>#include "moc_hcimanager_p.cpp"Go to the source code of this file.
Classes | |
| struct | ConnectionUpdateData |
Functions | |
| quint16 | forceIntervalIntoRange (double connectionInterval) |
| ConnectionUpdateData | connectionUpdateData (const QLowEnergyConnectionParameters ¶ms) |
| ConnectionUpdateData connectionUpdateData | ( | const QLowEnergyConnectionParameters & | params | ) |
Definition at line 307 of file hcimanager.cpp.
Referenced by HciManager::sendConnectionParameterUpdateRequest(), and HciManager::sendConnectionUpdateCommand().
| quint16 forceIntervalIntoRange | ( | double | connectionInterval | ) |
Definition at line 296 of file hcimanager.cpp.