![]() |
Qt 6.x
The Qt SDK
|
#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"
Include dependency graph for hcimanager.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 306 of file hcimanager.cpp.
References forceIntervalIntoRange(), maxInterval, minInterval, and qToLittleEndian().
Referenced by HciManager::sendConnectionParameterUpdateRequest(), and HciManager::sendConnectionUpdateCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| quint16 forceIntervalIntoRange | ( | double | connectionInterval | ) |
Definition at line 295 of file hcimanager.cpp.
Referenced by connectionUpdateData().
Here is the caller graph for this function: