- addCharacteristic(BasicServerCharacteristic) - Method in class ej.bluetooth.util.server.BasicBluetoothServerService
-
Add a characteristic that can received write and read request.
- addDescriptor(BasicServerDescriptor) - Method in class ej.bluetooth.util.server.BasicServerCharacteristic
-
Add a descriptor.
- addService(BluetoothService) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
-
Add a service to the server.
- ADVERTISING_INTERVAL - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
-
Bluetooth Core Specification:Core Specification Supplement, Part A, section 1.15.
- APPEARANCE - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
-
Bluetooth Core Specification:Core Specification Supplement, Part A, section 1.12.
- append(byte, byte[]) - Method in class ej.bluetooth.util.BluetoothPayloadBuilder
-
Appends a byte array payload.
- append(byte, byte) - Method in class ej.bluetooth.util.BluetoothPayloadBuilder
-
Appends a byte payload.
- append(byte, String) - Method in class ej.bluetooth.util.BluetoothPayloadBuilder
-
Appends a String payload.
- appendPayload(byte, byte[], byte[]) - Static method in class ej.bluetooth.util.BluetoothPayloadUtil
-
Appends a new type to a payload.