Package-level declarations

Types

Link copied to clipboard
class ClientBleGatt(gatt: GattClientAPI, scope: CoroutineScope, mutex: MutexWrapper, bufferSize: Int)

A class for managing BLE connection. It propagates events (ClientGattEvent) to it's corresponding characteristics (ClientBleGattCharacteristic) and descriptors (ClientBleGattDescriptor). Thanks to that values are getting updated.