DefaultRemoteCharacteristicWrapper

Default implementation of RemoteCharacteristicWrapper

Parameters

gattCharacteristic

Constructors

Link copied to clipboard
constructor(gattCharacteristic: BluetoothGattCharacteristic)

Properties

Link copied to clipboard

The list of RemoteDescriptorWrapper of associated with the characteristic

Link copied to clipboard
open override val permissions: Int

The integer representing all permissions for the characteristic

Link copied to clipboard

The set of all CharacteristicProperty of the characteristic

Link copied to clipboard
Link copied to clipboard
open override val uuid: UUID

The UUID of the characteristic

Link copied to clipboard

The WriteType of the characteristic

Functions

Link copied to clipboard
open override fun getDescriptor(uuid: UUID): RemoteDescriptorWrapper?

Gets the RemoteDescriptorWrapper for the descriptor with a given java.util.UUID if it belongs to the characteristic