MonitoringAndDiagnosticsService
A client implementation of Monitoring & Diagnostics Service (MDS) that streams data from the device.
This class connects to the device, discovers the MDS service, reads the configuration, and streams diagnostics chunks from the device.
Constructors
Link copied to clipboard
constructor(centralManager: CentralManager, peripheral: Peripheral, scope: CoroutineScope)
Creates a new instance of MonitoringAndDiagnosticsService with the given CentralManager and Peripheral.
constructor(environment: NativeAndroidEnvironment, bluetoothDevice: BluetoothDevice, scope: CoroutineScope)
Creates a new instance of MonitoringAndDiagnosticsService with the given NativeAndroidEnvironment and BluetoothDevice.