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

@ -28,6 +28,11 @@
this software.
*/
/** \file
*
* Header file for BluetoothStack.c.
*/
#ifndef _BLUETOOTH_STACK_
#define _BLUETOOTH_STACK_