AndroidBleScanner
An Android implementation of BleScanner using Nordic's CentralManager.
Parameters
centralManager
The Nordic CentralManager to use for scanning.
Functions
Link copied to clipboard
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.