mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 21:27:30 -04:00
22 lines
1.3 KiB
C
22 lines
1.3 KiB
C
/*****< ss1btpba.h >***********************************************************/
|
|
/* Copyright 2000 - 2014 Stonestreet One. */
|
|
/* All Rights Reserved. */
|
|
/* */
|
|
/* SS1BTPBA - Stonestreet One Bluetooth Phone Book Access Profile (PBAB) */
|
|
/* Type Definitions, Prototypes, and Constants. */
|
|
/* */
|
|
/* Author: Josh Toole */
|
|
/* */
|
|
/*** MODIFICATION HISTORY *****************************************************/
|
|
/* */
|
|
/* mm/dd/yy F. Lastname Description of Modification */
|
|
/* -------- ----------- ------------------------------------------------*/
|
|
/* 12/18/07 J. Toole Initial creation. */
|
|
/******************************************************************************/
|
|
#ifndef __SS1BTPBAH__
|
|
#define __SS1BTPBAH__
|
|
|
|
#include "PBAPAPI.h" /* Bluetooth PBAP Prototypes/Constants. */
|
|
|
|
#endif
|