EnableRequest

@Serializable
data class EnableRequest(val state: CentralState, val leSupported: Boolean)

Request object containing input parameters for the BluetoothEmulationDomain.enable command.

Constructors

Link copied to clipboard
constructor(state: CentralState, leSupported: Boolean)

Properties

Link copied to clipboard

If the simulated central supports low-energy.

Link copied to clipboard

State of the simulated central.