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
/
Fail
Fail
data
class
Fail
(
val
error
:
Throwable
)
:
FakeBluetoothRepository.BondOutcome
(
source
)
bond() throws
error
— models a generic/flaky bonding failure (timeout, dropped broadcast, etc.).
Members
Constructors
Fail
Link copied to clipboard
constructor
(
error
:
Throwable
)
Properties
error
Link copied to clipboard
val
error
:
Throwable