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
/
FakeBleConnectionFactory
Fake
Ble
Connection
Factory
class
FakeBleConnectionFactory
(
fakeConnection
:
FakeBleConnection
=
FakeBleConnection()
)
:
BleConnectionFactory
(
source
)
Members
Constructors
Fake
Ble
Connection
Factory
Link copied to clipboard
constructor
(
fakeConnection
:
FakeBleConnection
=
FakeBleConnection()
)
Functions
create
Link copied to clipboard
open
override
fun
create
(
scope
:
CoroutineScope
,
tag
:
String
)
:
BleConnection