Package-level declarations

Types

Link copied to clipboard
sealed interface ClientGattEvent

An event class which maps BluetoothGattCallback callbacks into data classes.

Link copied to clipboard
class ClientMutexHandleCallback(bufferSize: Int, mutexWrapper: MutexWrapper)
Link copied to clipboard
interface GattClientAPI

Interface around native Android API. For real BLE connections it uses BluetoothGatt, whereas for mock device it utilizes MockEngine.