Logical Labs Bluetooth Low Energy Module for iOS

API Docs for: 1.2.7
Show:

Service Class

Module: Readme

Represents a peripheral's service or a service's included service.

Properties

characteristics

Array of Characteristic objects read-only

Available since 1.0.0

A list of characteristics that have so far been discovered in this service.

includedServices

Array of Service objects read-only

Available since 1.0.0

A list of included services that have so far been discovered in this service.

isPrimary

Boolean read-only

Available since 1.0.0

The type of the service (primary or secondary).

peripheral

Peripheral read-only

Available since 1.0.0

A back-pointer to the peripheral this service belongs to. *

UUID

String read-only

Available since 1.0.0

The Bluetooth UUID of the service.