kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
BluetoothEmulation
/
EnableParameter
Enable
Parameter
@
Serializable
data
class
EnableParameter
(
val
state
:
BluetoothEmulation.CentralState
,
val
leSupported
:
Boolean
)
Members
Constructors
Enable
Parameter
Link copied to clipboard
constructor
(
state
:
BluetoothEmulation.CentralState
,
leSupported
:
Boolean
)
Properties
le
Supported
Link copied to clipboard
val
leSupported
:
Boolean
If the simulated central supports low-energy.
state
Link copied to clipboard
val
state
:
BluetoothEmulation.CentralState
State of the simulated central.