pub unsafe extern "C-unwind" fn IOBluetoothRemoveSCOAudioDevice(
device: Option<&IOBluetoothDeviceRef>,
) -> c_int👎Deprecated
Available on crate feature
IOBluetoothUserLib only.Expand description
Removes a persistent audio driver for a device that had already been added using IOBluetoothAddAudioDevice(). In 10.9 this is not needed and does nothing.
Parameter device: Bluetooth audio device to remove
Returns: Returns kIOReturnSuccess if the audio driver was successfully removed. On 10.9 it will always return kIOReturnSuccess