Package-level declarations
Types
Link copied to clipboard
A helper class which provides operations which can happen on a GATT characteristic. Its main responsibility is to provide write/read/notify features in a synchronous manner, because simultaneous calls will be ignored by Android API.
Link copied to clipboard
class ClientBleGattDescriptor
A helper class which provides operations which can happen on a GATT descriptor. It main responsibility is to provide write/read features in a synchronous manner, because simultaneous calls will be ignored by Android API. It has DataByteArray value assigned which can change during communication.
Link copied to clipboard
A class which groups service's characteristics.
Link copied to clipboard
Helper class for grouping all services available on a remote device.