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
/
FakeBluetoothRepository
/
BondOutcome
/
FailAfterBond
Fail
After
Bond
data
class
FailAfterBond
(
val
error
:
Throwable
)
:
FakeBluetoothRepository.BondOutcome
(
source
)
bond() records the device as bonded, then throws
error
— models a lost terminal bond signal.
Members
Constructors
Fail
After
Bond
Link copied to clipboard
constructor
(
error
:
Throwable
)
Properties
error
Link copied to clipboard
val
error
:
Throwable