mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
38 lines
2.3 KiB
C
38 lines
2.3 KiB
C
/*****< ss1btps.h >************************************************************/
|
|
/* Copyright 2000 - 2014 Stonestreet One. */
|
|
/* All Rights Reserved. */
|
|
/* */
|
|
/* SS1BTPS - Stonestreet One Bluetooth Protocol Stack Type Definitions, */
|
|
/* Prototypes, and Constants. */
|
|
/* */
|
|
/* Author: Damon Lange */
|
|
/* */
|
|
/*** MODIFICATION HISTORY *****************************************************/
|
|
/* */
|
|
/* mm/dd/yy F. Lastname Description of Modification */
|
|
/* -------- ----------- ------------------------------------------------*/
|
|
/* 05/21/00 D. Lange Initial creation. */
|
|
/******************************************************************************/
|
|
#ifndef __SS1BTPSH__
|
|
#define __SS1BTPSH__
|
|
|
|
#include "BTAPITyp.h" /* Bluetooth API Type Definitions. */
|
|
#include "BTTypes.h" /* Bluetooth Type Definitions/Constants. */
|
|
|
|
#include "BSCAPI.h" /* Bluetooth Stack Controller Types/Constants.*/
|
|
#include "HCIAPI.h" /* Bluetooth Stack HCI API Types/Constants. */
|
|
#include "L2CAPAPI.h" /* Bluetooth L2CAP API Prototypes/Constants. */
|
|
#include "SCOAPI.h" /* Bluetooth Stack SCO API Types/Constants. */
|
|
#include "SDPAPI.h" /* Bluetooth Stack SDP API Types/Constants. */
|
|
#include "GAPAPI.h" /* Bluetooth Stack GAP API Types/Constants. */
|
|
#include "SPPAPI.h" /* Bluetooth SPP API Prototypes/Constants. */
|
|
#include "RFCOMAPI.h" /* Bluetooth RFCOMM API Prototypes/Constants. */
|
|
#include "GOEPAPI.h" /* Bluetooth GOEP API Prototypes/Constants. */
|
|
#include "OTPAPI.h" /* Bluetooth OTP API Prototypes/Constants. */
|
|
|
|
#include "BTErrors.h" /* Bluetooth Stack Error Constants. */
|
|
|
|
#include "BTPSVER.h" /* Bluetooth Stack Version Constants. */
|
|
|
|
#endif
|