Uses of Class
com.github.hypfvieh.bluetooth.wrapper.BluetoothGattCharacteristic
Packages that use BluetoothGattCharacteristic
-
Uses of BluetoothGattCharacteristic in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that return BluetoothGattCharacteristicModifier and TypeMethodDescriptionBluetoothGattDescriptor.getCharacteristic()Get theBluetoothGattCharacteristicinstance behind thisBluetoothGattDescriptorobject.BluetoothGattService.getGattCharacteristicByUuid(String _uuid) Return theBluetoothGattCharacteristicobject for the given UUID.Methods in com.github.hypfvieh.bluetooth.wrapper that return types with arguments of type BluetoothGattCharacteristicModifier and TypeMethodDescriptionBluetoothGattService.getGattCharacteristics()Get the currently available GATT characteristics.
Will issue a query ifBluetoothGattService.refreshGattCharacteristics()wasn't called before.Constructors in com.github.hypfvieh.bluetooth.wrapper with parameters of type BluetoothGattCharacteristicModifierConstructorDescriptionBluetoothGattDescriptor(GattDescriptor1 _descriptor, BluetoothGattCharacteristic _characteristicWrapper, String _dbusPath, org.freedesktop.dbus.connections.impl.DBusConnection _dbusConnection)