Contents

subscribedCentrals

A list of centrals that are currently subscribed to the characteristic’s value.

Declaration

var subscribedCentrals: [CBCentral]? { get }

Discussion

The value of this property is an array of CBCentral objects that currently subscribe to the characteristic’s value. The array is empty if the characteristic isn’t configured to support notifications or indications. Even if the characteristic’s configuration supports notifications or indications, the array is empty if centrals aren’t subscribing to the characteristic’s value.

Topics

Related Documentation

See Also

Managing a Mutable Characteristic