# Modules.BLE.Service
A collection of data and associated behaviors that accomplish a function or feature of a device.
# 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
characteristics :Array<Modules.BLE.Characteristic>
A list of characteristics discovered in this service.
# includedServices
includedServices :Array<Modules.BLE.Service>
A list of included services discovered in this service.
# isPrimary
isPrimary :Boolean
A Boolean value that indicates whether the type of service is primary or secondary.