Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
client-mock
/
no.nordicsemi.kotlin.ble.client.mock.internal
/
MockBluetoothLeAdvertiser
Mock
Bluetooth
Le
Advertiser
class
MockBluetoothLeAdvertiser
<
ID
:
Any
>
(
scope
:
CoroutineScope
,
environment
:
MockEnvironment
)
Members
Constructors
Mock
Bluetooth
Le
Advertiser
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
,
environment
:
MockEnvironment
)
Properties
events
Link copied to clipboard
val
events
:
SharedFlow
<
MockScanResult
<
ID
>
>
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
simulate
Advertising
Link copied to clipboard
fun
simulateAdvertising
(
peripherals
:
List
<
PeripheralSpec
<
ID
>
>
)