# Modules.BLE.Service

A collection of data and associated behaviors that accomplish a function or feature of a device.

Availability
1.0.0
1.0.0

# Overview

represent services of a remote peripheral. Services are either primary or secondary and may contain multiple characteristics or included services (references to other services).

# Properties

# characteristics

Availability
1.0.0
1.0.0
characteristics :Array<Modules.BLE.Characteristic>

A list of characteristics discovered in this service.


# includedServices

Availability
1.0.0
1.0.0
includedServices :Array<Modules.BLE.Service>

A list of included services discovered in this service.


# isPrimary

Availability
1.0.0
1.0.0
isPrimary :Boolean

A Boolean value that indicates whether the type of service is primary or secondary.


# peripheral

Availability
1.0.0

The peripheral to which this service belongs.


# uuid

Availability
1.0.0
1.0.0
uuid :String

The Bluetooth-specific UUID of the attribute.