- getAdapter() - Static method in class ej.bluetooth.BluetoothAdapter
-
Returns the adapter of the system.
- getAddress() - Method in class ej.bluetooth.BluetoothConnection
-
Returns the Bluetooth address of the device.
- getCharacteristic() - Method in class ej.bluetooth.BluetoothDescriptor
-
Returns the characteristic to which this descriptor belongs.
- getCharacteristic(int) - Method in class ej.bluetooth.BluetoothService
-
Returns the characteristic at the given index in this service.
- getDescriptor(int) - Method in class ej.bluetooth.BluetoothCharacteristic
-
Returns the descriptor at the given index in this characteristic.
- getNumCharacteristics() - Method in class ej.bluetooth.BluetoothService
-
Returns the number of characteristics in this service.
- getNumDescriptors() - Method in class ej.bluetooth.BluetoothCharacteristic
-
Returns the number of descriptors in this characteristic.
- getProperties() - Method in class ej.bluetooth.BluetoothCharacteristic
-
Returns the properties of this characteristic.
- getService() - Method in class ej.bluetooth.BluetoothAttribute
-
Returns the service to which this attribute belongs.
- getUuid() - Method in class ej.bluetooth.BluetoothAttribute
-
Returns the UUID of this attribute.
- getUuid() - Method in class ej.bluetooth.BluetoothService
-
Returns the UUID of this service.