CentralManagerImpl
abstract class CentralManagerImpl<ID : Any, P : Peripheral<ID, EX>, EX : Peripheral.Executor<ID>, F : CentralManager.ScanFilterScope, SR : ScanResult<*, *>>(scope: CoroutineScope) : CentralManager<ID, P, EX, F, SR>
Base implementation of CentralManager.
Parameters
ID
The type of the peripheral identifier.
P
The type of the peripheral.
EX
The type of the peripheral executor.
F
The type of the scan filter scope.
SR
Scan result type.