Package-level declarations

Types

Link copied to clipboard

Meshtastic BLE GATT layout per docs/protocol.md §3.

Link copied to clipboard
class BleTransport(peripheral: Peripheral, address: String, parentContext: CoroutineContext = EmptyCoroutineContext) : RadioTransport

BLE transport for Meshtastic radios using JuulLabs Kable.

Functions

Link copied to clipboard
fun BleTransport(address: String, builderAction: PeripheralBuilder.() -> Unit = {}): BleTransport

Android-specific factory that creates a BleTransport from a persisted MAC address string.