<!--
{
  "availability" : [
    "macOS: 10.0.0 - 10.5.0"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetoothUI",
  "identifier" : "/documentation/IOBluetoothUI/IOBluetoothServiceBrowserController/browseDevices:options:",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "IOBluetooth UI"
    ],
    "preciseIdentifier" : "c:objc(cs)IOBluetoothServiceBrowserController(cm)browseDevices:options:"
  },
  "title" : "browseDevices:options:"
}
-->

# browseDevices:options:

```
+ (IOReturn) browseDevices:(IOBluetoothSDPServiceRecord **) outRecord options:(IOBluetoothServiceBrowserControllerOptions) inOptions;
```

## Parameters

`outRecord`

Pointer to a (IOBluetoothSDPServiceRecord *) object. This will get allocated and returned to the client if the user selects a service.

`inOptions`

For future expansion. Currently no options defined.

## Return Value

IOReturn - * kIOReturnSuccess - on successful completion. * kCanceledErr - User canceled.

## Discussion

This method allocates and runs the browser window as a modal window waiting for the user to either select a service, or cancel the browser window.

---

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)