#include <IOKit/bluetooth/IOBluetoothTypes.h>

IOKit/bluetooth/IOBluetoothTypes.h Kernel.framework

Error returns
5 macros

macroiokit_bluetooth_err

#define iokit_bluetooth_err(return) (sys_iokit|sub_iokit_bluetooth|return)

macrokIOBluetoothDeviceResetError

#define kIOBluetoothDeviceResetError iokit_bluetooth_err(1)
Device reset interrupted pending operation

macrokIOBluetoothConnectionAlreadyExists

#define kIOBluetoothConnectionAlreadyExists iokit_bluetooth_err(2)
Attempting to open a connection that already exists

macrokIOBluetoothNoHCIController

#define kIOBluetoothNoHCIController iokit_bluetooth_err(3)
No HCI controller is present

macrokIOBluetoothHCIPowerStatesNotSupported

#define kIOBluetoothHCIPowerStatesNotSupported iokit_bluetooth_err(4)
HCI controller does not support changing power states