AndroidBleScanner

class AndroidBleScanner(centralManager: CentralManager) : BleScanner(source)

An Android implementation of BleScanner using Nordic's CentralManager.

Parameters

centralManager

The Nordic CentralManager to use for scanning.

Constructors

Link copied to clipboard
constructor(centralManager: CentralManager)

Functions

Link copied to clipboard
open override fun scan(timeout: Duration, serviceUuid: Uuid?): Flow<BleDevice>

abstract fun scan(timeout: ERROR CLASS: Symbol not found for Duration, serviceUuid: ERROR CLASS: Symbol not found for kotlin.uuid.Uuid?? = null): ERROR CLASS: Symbol not found for Flow<org/meshtastic/core/ble/BleDevice>

Scans for BLE devices.