See: Description
| Interface | Description |
|---|---|
| BtleGatt |
Bluetooth GATT operations used by the API, must be implemented by the target platform
|
| BtleGatt.DisconnectHandler |
Handler for disconnect events
|
| BtleGatt.NotificationListener |
Listener for GATT characteristic notifications
|
| IO |
IO operations used by the API, must be implemented by the target platform to use the API.
|
| Class | Description |
|---|---|
| BatteryService |
Characteristics under the Battery GATT service
|
| BtleGattCharacteristic |
Bluetooth GATT characteristic
|
| DeviceInformationService |
Manufacturer and/or vendor information about a device
|
| TimedTask<T> |
Created by eric on 12/8/17.
|
| Enum | Description |
|---|---|
| BtleGatt.WriteType |
Write types for the GATT characteristic
|