Package-level declarations
Types
Factory class responsible for creating a new instance, a copy of IBluetoothGattService.
A helper class which handles operation which can happen on a GATT characteristic on a server side. Its main responsibility is to handle write/read/notify requests in a synchronous manner, because simultaneous calls will be ignored by Android API. It has DataByteArray value assigned which can change during communication.
A configuration class which is used as a prescription to create IBluetoothGattCharacteristic.
A helper class which handles operation which can happen on a GATT characteristic on a server side. Its main responsibility is to handle write/read requests in a synchronous manner, because simultaneous calls will be ignored by Android API. It has DataByteArray value assigned which can change during communication.
A configuration class which is used as a prescription to create IBluetoothGattDescriptor.
A class which groups service's characteristic on a server side.
A configuration class which is used as a prescription to create IBluetoothGattService.
Helper class for grouping all services available on a server.
BLE service type.
Class wrapping properties of BLE connection between server and it's client device.