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>

Overview

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.



Enumerations


kBluetoothHCITransportUSBClassCode


Bluetooth USB device matching constants

enum { 
    kBluetoothHCITransportUSBClassCode = 0xE0, 
    kBluetoothHCITransportUSBSubClassCode = 0x01, 
    kBluetoothHCITransportUSBProtocolCode = 0x01 
};  
Constants
kBluetoothHCITransportUSBClassCode

Wireless Controller

kBluetoothHCITransportUSBSubClassCode

RF Controller

kBluetoothHCITransportUSBProtocolCode

Bluetooth Programming


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.

 

Last Updated: 2008-08-07