AndroidBleConnectionFactory

class AndroidBleConnectionFactory(centralManager: CentralManager) : BleConnectionFactory(source)

An Android implementation of BleConnectionFactory.

Constructors

Link copied to clipboard
constructor(centralManager: CentralManager)

Functions

Link copied to clipboard
open override fun create(scope: CoroutineScope, tag: String): BleConnection

abstract fun create(scope: ERROR CLASS: Symbol not found for CoroutineScope, tag: String): BleConnection

Creates a new BleConnection instance.