BodySensorLocation

internal final class BodySensorLocation : CharacteristicProtocol

BodySensorLocation’s characteristic of HeartRate service

  • A 128-bit UUID that identifies the characteristic.

    Declaration

    Swift

    public var uuid: CBUUID { get }
  • The service that this characteristic belongs to.

    Declaration

    Swift

    public var service: GattService { get }
  • The value’s format of the characteristic.

    Declaration

    Swift

    public var format: DataInitializable.Type { get }