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.