create

open override fun create(scope: CoroutineScope, tag: String): BleConnection(source)

Creates a new KableBleConnection.

tag is unused because Kable's own log identifier is set per-peripheral inside KableBleConnection.connect using the device address, which provides more precise context than a factory-time tag.