From f2c2b7250adb594537db0dde8bfc7b653f405ce5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:40:44 +0000 Subject: [PATCH] docs: publish channels: main api --- .../-ble-radio-transport/-ble-radio-transport.html | 2 +- .../-ble-radio-transport/close.html | 2 +- .../-ble-radio-transport/handle-send-to-radio.html | 2 +- .../-ble-radio-transport/index.html | 2 +- .../-ble-radio-transport/keep-alive.html | 2 +- .../-serial-radio-transport/-serial-radio-transport.html | 2 +- .../-serial-radio-transport/close.html | 2 +- .../-serial-radio-transport/handle-send-to-radio.html | 2 +- .../-serial-radio-transport/index.html | 2 +- .../-serial-radio-transport/keep-alive.html | 2 +- .../-serial-radio-transport/send-bytes.html | 2 +- .../-serial-radio-transport/start.html | 2 +- .../-heartbeat-sender/-heartbeat-sender.html | 2 +- .../-heartbeat-sender/index.html | 2 +- .../-heartbeat-sender/send-heartbeat.html | 2 +- .../network/org.meshtastic.core.network.transport/index.html | 2 +- .../-connection-action-button.html | 2 +- .../org.meshtastic.feature.connections.ui.components/index.html | 2 +- api/scripts/pages.json | 2 +- main/assets/css/just-the-docs-dark.css.map | 2 +- main/assets/css/just-the-docs-default.css.map | 2 +- main/assets/css/just-the-docs-light.css.map | 2 +- main/assets/css/just-the-docs-meshtastic-dark.css.map | 2 +- main/assets/css/just-the-docs-meshtastic.css.map | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/api/core/network/org.meshtastic.core.network.radio/-ble-radio-transport/-ble-radio-transport.html b/api/core/network/org.meshtastic.core.network.radio/-ble-radio-transport/-ble-radio-transport.html index 0a16fd2b8f..44751e8ec7 100644 --- a/api/core/network/org.meshtastic.core.network.radio/-ble-radio-transport/-ble-radio-transport.html +++ b/api/core/network/org.meshtastic.core.network.radio/-ble-radio-transport/-ble-radio-transport.html @@ -94,7 +94,7 @@

BleRadioTransport

-
constructor(scope: CoroutineScope, scanner: BleScanner, bluetoothRepository: BluetoothRepository, connectionFactory: BleConnectionFactory, callback: RadioTransportCallback, address: String)(source)

Parameters

scope

The coroutine scope to use for launching coroutines.

scanner

The BLE scanner.

bluetoothRepository

The Bluetooth repository.

connectionFactory

The BLE connection factory.

callback

The RadioTransportCallback to use for handling radio events.

address

The BLE address of the device to connect to.

+
constructor(scope: CoroutineScope, scanner: BleScanner, bluetoothRepository: BluetoothRepository, connectionFactory: BleConnectionFactory, callback: RadioTransportCallback, address: String)(source)

Parameters

scope

The coroutine scope to use for launching coroutines.

scanner

The BLE scanner.

bluetoothRepository

The Bluetooth repository.

connectionFactory

The BLE connection factory.

callback

The RadioTransportCallback to use for handling radio events.

address

The BLE address of the device to connect to.