simulatePreconnectedPeripheral
suspend fun simulatePreconnectedPeripheral(args: BluetoothEmulation.SimulatePreconnectedPeripheralParameter, mode: CommandMode = CommandMode.DEFAULT)
Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system.
suspend fun simulatePreconnectedPeripheral(address: String, name: String, manufacturerData: List<BluetoothEmulation.ManufacturerData>, knownServiceUuids: List<String>)
Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system.
Parameters
address
No description
name
No description
manufacturerData
No description
knownServiceUuids
No description