Move SDP service tables out into a new set of files, to make the SDP service code cleaner.

This commit is contained in:
Dean Camera 2010-06-01 03:07:05 +00:00
parent 587f320333
commit e0ef5741d4
10 changed files with 320 additions and 212 deletions

View file

@ -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_