Uses of Class
com.github.hypfvieh.bluetooth.wrapper.BluetoothGattDescriptor
Packages that use BluetoothGattDescriptor
-
Uses of BluetoothGattDescriptor in com.github.hypfvieh.bluetooth.wrapper
Methods in com.github.hypfvieh.bluetooth.wrapper that return BluetoothGattDescriptorModifier and TypeMethodDescriptionBluetoothGattCharacteristic.getGattDescriptorByUuid(String _uuid) Return theBluetoothGattDescriptorobject for the given UUID.Methods in com.github.hypfvieh.bluetooth.wrapper that return types with arguments of type BluetoothGattDescriptorModifier and TypeMethodDescriptionBluetoothGattCharacteristic.getGattDescriptors()Get the currently available GATT descriptors.
Will issue a query ifBluetoothGattCharacteristic.refreshGattDescriptors()wasn't called before.