Contents

init(type:primary:)

Creates a newly initialized mutable service specified by UUID and service type.

Declaration

init(type UUID: CBUUID, primary isPrimary: Bool)

Parameters

  • UUID:

    A 128-bit UUID that identifies the service.

  • isPrimary:

    A Boolean value that indicates whether the type of service is primary or secondary. If the value is True, the type of service is primary. If the value is False, the type of service is secondary.

Return Value

A newly initialized mutable service.

Discussion

For more information, see Core Bluetooth Programming Guide.