Module bluetooth_emulation

Source
Expand description

This domain allows configuring virtual Bluetooth devices to test the web-bluetooth API.

Structs§

DisableParams
Disable the BluetoothEmulation domain. disable
DisableReturns
Disable the BluetoothEmulation domain. disable
EnableParams
Enable the BluetoothEmulation domain. enable
EnableParamsBuilder
EnableReturns
Enable the BluetoothEmulation domain. enable
ManufacturerData
Stores the manufacturer data ManufacturerData
ManufacturerDataBuilder
ScanEntry
Stores the advertisement packet information that is sent by a Bluetooth device. ScanEntry
ScanEntryBuilder
ScanRecord
Stores the byte data of the advertisement packet sent by a Bluetooth device. ScanRecord
ScanRecordBuilder
SimulateAdvertisementParams
Simulates an advertisement packet described in |entry| being received by the central. simulateAdvertisement
SimulateAdvertisementParamsBuilder
SimulateAdvertisementReturns
Simulates an advertisement packet described in |entry| being received by the central. simulateAdvertisement
SimulatePreconnectedPeripheralParams
Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system. simulatePreconnectedPeripheral
SimulatePreconnectedPeripheralParamsBuilder
SimulatePreconnectedPeripheralReturns
Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system. simulatePreconnectedPeripheral

Enums§

CentralState
Indicates the various states of Central.