The descriptors that belong to this characteristic, mapped by UUID. If this is a remote characteristic use discoverDescriptors to discover them.
True if this is a remote characteristic, false otherwise.
A list of all the properties that are enabled/supported for this characteristic.
The list of properties supported by this characteristic as a byte flag per the Bluetooth Core spec.
A list of all the properties on this characteristic that are secured.
The list of all secured properties of this characteristic as a byte flag per the Bluetooth Core spec.
The GATT service that this characteristic belongs to.
The UUID of this characteristic, no dashes (-).
Local only: Adds a descriptor to this characteristic.
Remote only: Enable or disable broadcasts.
True to enable broadcasts, false otherwise.
Remote only: Discover all descriptors of this characteristic.
Local only: Handles an incoming read request for this characteristic.
The offset to start at
The read data.
Local only: Handles an incoming write request for this characteristic.
The offset to start at.
The data to write.
True to not produce a response code, false otherwise.
The result code.
Remote only: Enable or disable notifications.
True to enable notifies, false otherwise.
Remote only: Read the current value of this characteristic.
Remote only: Enable notifications. Equivalent to calling notify with true
.
Remote only: Disable nofitications. Equivalent to calling notify with false
.
Remote only: Write the specified data to this characteristic.
The data to write.
Do not require a response from the remote GATT server for this write.
Generated using TypeDoc
Represents a GATT Characteristic.