<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreBluetooth",
  "identifier" : "/documentation/CoreBluetooth/CBAdvertisementDataSolicitedServiceUUIDsKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Bluetooth"
    ],
    "preciseIdentifier" : "c:@CBAdvertisementDataSolicitedServiceUUIDsKey"
  },
  "title" : "CBAdvertisementDataSolicitedServiceUUIDsKey"
}
-->

# CBAdvertisementDataSolicitedServiceUUIDsKey

An array of solicited service UUIDs.

```
let CBAdvertisementDataSolicitedServiceUUIDsKey: String
```

## Discussion

The value associated with this key is an array of one or more [`CBUUID`](/documentation/CoreBluetooth/CBUUID) objects, representing [`CBService`](/documentation/CoreBluetooth/CBService) UUIDs.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)