Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-testing
/
org.meshtastic.core.testing
/
FakeBleScanner
Fake
Ble
Scanner
class
FakeBleScanner
:
BaseFake
,
BleScanner
(
source
)
Members
Constructors
Fake
Ble
Scanner
Link copied to clipboard
constructor
(
)
Functions
emit
Device
Link copied to clipboard
fun
emitDevice
(
device
:
BleDevice
)
reset
Link copied to clipboard
open
fun
reset
(
)
Resets all registered state flows and custom actions to their initial state.
scan
Link copied to clipboard
open
override
fun
scan
(
timeout
:
Duration
,
serviceUuid
:
Uuid
?
,
address
:
String
?
)
:
Flow
<
BleDevice
>