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
localdevicebroadcastreceiver.cpp File Reference

(7cdef8fa3b370dab0c7ec27262c7aa28f28c11a4)

#include <QtCore/QLoggingCategory>
#include <QtCore/qrandom.h>
#include "localdevicebroadcastreceiver_p.h"
#include "android/jni_android_p.h"
Include dependency graph for localdevicebroadcastreceiver.cpp:

Go to the source code of this file.

Variables

QT_BEGIN_NAMESPACE const char * scanModes [] = {"SCAN_MODE_NONE", "SCAN_MODE_CONNECTABLE", "SCAN_MODE_CONNECTABLE_DISCOVERABLE"}
const char * bondModes [] = {"BOND_NONE", "BOND_BONDING", "BOND_BONDED"}

Variable Documentation

◆ bondModes

const char * bondModes = {"BOND_NONE", "BOND_BONDING", "BOND_BONDED"}

Definition at line 14 of file localdevicebroadcastreceiver.cpp.

◆ scanModes

QT_BEGIN_NAMESPACE const char * scanModes = {"SCAN_MODE_NONE", "SCAN_MODE_CONNECTABLE", "SCAN_MODE_CONNECTABLE_DISCOVERABLE"}

Definition at line 13 of file localdevicebroadcastreceiver.cpp.