<!--
{
  "availability" : [
    "macOS: 10.0.0 - 10.9.0"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothRemoveSCOAudioDevice",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:@F@IOBluetoothRemoveSCOAudioDevice"
  },
  "title" : "IOBluetoothRemoveSCOAudioDevice"
}
-->

# IOBluetoothRemoveSCOAudioDevice

Removes a persistent audio driver for a device that had already been added using IOBluetoothAddAudioDevice().

```
extern IOReturn IOBluetoothRemoveSCOAudioDevice(IOBluetoothDeviceRef device);
```

## Parameters

`device`

Bluetooth audio device to remove

## Return Value

Returns kIOReturnSuccess if the audio driver was successfully removed.

---

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)