Move SDP service tables out into a new set of files, to make the SDP service code cleaner.
This commit is contained in:
parent
587f320333
commit
e0ef5741d4
10 changed files with 320 additions and 212 deletions
|
@ -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_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue