java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QLowEnergyAdvertisingParameters
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents the parameters used for Bluetooth Low Energy advertising
Java wrapper for Qt's class QLowEnergyAdvertisingParameters
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QLowEnergyAdvertisingParameters::AddressInfo defines the elements of a white liststatic enum
Java wrapper for Qt enum QLowEnergyAdvertisingParameters::FilterPolicystatic enum
Java wrapper for Qt enum QLowEnergyAdvertisingParameters::ModeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final int
final int
mode()
final void
setInterval
(short minimum, short maximum) final void
final void
setWhiteList
(Collection<? extends QLowEnergyAdvertisingParameters.AddressInfo> whiteList, QLowEnergyAdvertisingParameters.FilterPolicy policy) final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyAdvertisingParameters
public QLowEnergyAdvertisingParameters() -
QLowEnergyAdvertisingParameters
-
QLowEnergyAdvertisingParameters
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
filterPolicy
-
maximumInterval
-
minimumInterval
-
mode
-
setInterval
-
setMode
-
setWhiteList
@QtUninvokable public final void setWhiteList(Collection<? extends QLowEnergyAdvertisingParameters.AddressInfo> whiteList, QLowEnergyAdvertisingParameters.FilterPolicy policy) -
swap
-
whiteList
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-