Package-level declarations

Types

Link copied to clipboard
class ClientBleGattCallback(bufferSize: Int, mutexWrapper: MutexWrapper) : BluetoothGattCallback

A class which maps BluetoothGattCallback methods into ClientGattEvent events.

Link copied to clipboard
class NativeClientBleAPI(gatt: BluetoothGatt, callback: ClientBleGattCallback, val autoConnect: Boolean, val closeOnDisconnect: Boolean) : GattClientAPI

A wrapper around BluetoothGatt and BluetoothGattCallback. As an input it uses methods of BluetoothGatt and as an output callbacks from BluetoothGattCallback.