Chameleon

Chameleon Svn Source Tree

Root/branches/Chimera/i386/include/IOKit/bluetooth/IOBluetoothTypes.h

1/*
2File:IOBluetoothTypes.h
3Contains:Family provided types and defines - shared between user and kernel code.
4
5*/
6
7#pragma once
8
9#include <IOKit/IOReturn.h>
10
11// Error returns
12#ifndef sub_iokit_bluetooth
13#define sub_iokit_bluetootherr_sub(8)
14#endif
15
16#define iokit_bluetooth_err(return)(sys_iokit|sub_iokit_bluetooth|return)
17
18#define kIOBluetoothDeviceResetErroriokit_bluetooth_err(1)// Device reset interrupted pending operation
19#define kIOBluetoothConnectionAlreadyExistsiokit_bluetooth_err(2)// Attempting to open a connection that already exists
20#define kIOBluetoothNoHCIControlleriokit_bluetooth_err(3)// No HCI controller is present
21#define kIOBluetoothHCIPowerStatesNotSupportediokit_bluetooth_err(4)// HCI controller does not support changing power states
22
23
24

Archive Download this file

Revision: 1340