Package-level declarations
Common types and interfaces for mock Bluetooth Low Energy clients.
Types
Link copied to clipboard
Link copied to clipboard
class MockAdvertisementConfig(val delay: Duration, val timeout: Duration, val maxAdvertisingEvents: Int, val isAdvertisingWhenConnected: Boolean, val parameters: AdvertisingSetParameters, val advertisingData: AdvertisingDataDefinition, val isBeacon: Boolean)
The advertisement configuration for a mock peripheral.
Link copied to clipboard
A specification of a peripheral that can be simulated.
Link copied to clipboard
interface PeripheralSpecEventHandler
Link copied to clipboard
This class allows simulating events which would normally be emitted by the real central manager.
Link copied to clipboard
Link copied to clipboard