ADC Home > Reference Library > Reference > Hardware & Drivers > Bluetooth > Bluetooth Framework Reference
|
Bluetooth.h |
Include Path: | <IOBluetooth/Bluetooth.h> |
Path: | /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Headers/Bluetooth.h |
Includes: | <IOKit/bluetooth/BluetoothAssignedNumbers.h> <CoreFoundation/CFBase.h> <IOBluetooth/BluetoothAssignedNumbers.h> <IOKit/IOTypes.h> <libkern/OSByteOrder.h> |
This header contains the public interfaces for the implementation of Bluetooth wireless technology in Mac OS X.
For more information about accessing Bluetooth devices, see Working With Bluetooth Devices.
kBluetoothHCITransportUSBClassCode |
Bluetooth USB device matching constants
enum { kBluetoothHCITransportUSBClassCode = 0xE0, kBluetoothHCITransportUSBSubClassCode = 0x01, kBluetoothHCITransportUSBProtocolCode = 0x01 };
kBluetoothHCITransportUSBClassCode
Wireless Controller
kBluetoothHCITransportUSBSubClassCode
RF Controller
kBluetoothHCITransportUSBProtocolCode
Bluetooth Programming
|
Last Updated: 2008-08-07