Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
hcimanager.cpp File Reference

(22eb48c39eec46298c1adae89cf579bae690557b)

#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 &params)

Function Documentation

◆ connectionUpdateData()

ConnectionUpdateData connectionUpdateData ( const QLowEnergyConnectionParameters & params)

Definition at line 307 of file hcimanager.cpp.

Referenced by HciManager::sendConnectionParameterUpdateRequest(), and HciManager::sendConnectionUpdateCommand().

Here is the caller graph for this function:

◆ forceIntervalIntoRange()

quint16 forceIntervalIntoRange ( double connectionInterval)

Definition at line 296 of file hcimanager.cpp.