MemfaultDiagnosticsService
A client implementation of Memfault 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 MemfaultDiagnosticsService with the given CentralManager and Peripheral.
Creates a new instance of MemfaultDiagnosticsService with the given Context and BluetoothDevice.