//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use *;
use crate::*;
/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothdevicereseterror?language=objc)
pub const kIOBluetoothDeviceResetError: c_uint = iokit_bluetooth_err!;
/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothconnectionalreadyexists?language=objc)
pub const kIOBluetoothConnectionAlreadyExists: c_uint = iokit_bluetooth_err!;
/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothnohcicontroller?language=objc)
pub const kIOBluetoothNoHCIController: c_uint = iokit_bluetooth_err!;
/// [Apple's documentation](https://developer.apple.com/documentation/iobluetooth/kiobluetoothhcipowerstatesnotsupported?language=objc)
pub const kIOBluetoothHCIPowerStatesNotSupported: c_uint = iokit_bluetooth_err!;