Uses of Class
com.github.hypfvieh.bluetooth.wrapper.BluetoothGattService
Packages that use BluetoothGattService
-
Uses of BluetoothGattService in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that return BluetoothGattServiceModifier and TypeMethodDescriptionBluetoothDevice.getGattServiceByUuid(String _uuid) Get the givenBluetoothGattServiceinstance by UUID.BluetoothGattCharacteristic.getService()Returns theBluetoothGattServiceobject which provides thisBluetoothGattCharacteristic.Methods in com.github.hypfvieh.bluetooth.wrapper that return types with arguments of type BluetoothGattServiceModifier and TypeMethodDescriptionBluetoothDevice.getGattServices()Return the list of availableBluetoothGattServices.
Will start a query if no list was gathered before.
To re-scan for services useBluetoothDevice.refreshGattServices().Constructors in com.github.hypfvieh.bluetooth.wrapper with parameters of type BluetoothGattServiceModifierConstructorDescriptionBluetoothGattCharacteristic(GattCharacteristic1 _gattCharacteristic, BluetoothGattService _service, String _dbusPath, org.freedesktop.dbus.connections.impl.DBusConnection _dbusConnection)