# Modules.BLE.Central

represent a remote device acting as central, connected to a local app, which is acting as a peripheral.

Availability
1.1.0
1.0.0

# Overview

This class represents remote central devices (or centrals) that have connected to an app implementing the peripheral role on a local device. Remote centrals use universally unique identifiers (UUIDs), to identify themselves. In Android, they have address to identify themselves.

# Properties

# address

Availability
1.1.0
1.0.0
address :String

The address (UUID) of device acting as a central.


# maximumUpdateValueLength

Availability
1.0.0
maximumUpdateValueLength :Number

The maximum amount of data, in bytes, that can be received by the central in a single notification or indication.