diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-01 03:07:05 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-06-01 03:07:05 +0000 |
| commit | 1b09d80c40ebebc64ba11a72ec85bcd58236404a (patch) | |
| tree | d257339e2716b868ac9b01bf731da384418c74f3 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h | |
| parent | 27f32eb8b7b895950b6e01a31aa980e613463ed2 (diff) | |
Move SDP service tables out into a new set of files, to make the SDP service code cleaner.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1295 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h')
| -rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h index 209256fd..3dd9d70c 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothClassCodes.h @@ -5,6 +5,7 @@ dean [at] fourwalledcubicle [dot] com www.fourwalledcubicle.com */ + /* Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) @@ -27,6 +28,12 @@ this software. */ +/** \file + * + * Bluetooth class codes, used to describe the type and overall function of a + * Bluetooth device to other Bluetooth devices. + */ + #ifndef _BLUETOOTH_CLASS_CODES_H_ #define _BLUETOOTH_CLASS_CODES_H_ |
