Contents

CBAdvertisementDataOverflowServiceUUIDsKey

An array of UUIDs found in the overflow area of the advertisement data.

Declaration

let CBAdvertisementDataOverflowServiceUUIDsKey: String

Discussion

The value associated with this key is an array of one or more CBUUID objects, representing CBService UUIDs.

Because data stored in this area results from not fitting in the main advertisement, UUIDs listed here are “best effort” and may not always be accurate. For details about the overflow area of advertisement data, see the startAdvertising(_:) method in CBPeripheralManager.

See Also

Advertisement Keys