Skip to content

Modules.BLE.MutableCharacteristic

A characteristic of a local peripheral’s service.

It objects represent the characteristics of a local peripheral’s service. This class adds write access to many of the properties in the Characteristic class, which it inherits from.

Extends: Titanium.Proxy · Since: 1.1.0, 1.0.0, 1.0.0 · Platforms: android, iphone, ipad

Properties #

permissions#

Type: Number

The permissions of the characteristic value. It is only present if this JavaScript object represents a mutable characteristic.

subscribedCentrals#

Type: Modules.BLE.Central

For notifying characteristics, the set of currently subscribed centrals.

Titanium SDK Documentation