# Modules.BLE.MutableCharacteristic

A characteristic of a local peripheral’s service.

Availability
1.1.0
1.0.0

# Overview

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.

# Properties

# permissions

Availability
1.0.0
permissions :Number

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


# subscribedCentrals

Availability
1.1.0
1.0.0
subscribedCentrals :Modules.BLE.Central

For notifying characteristics, the set of currently subscribed centrals.