Stair56E UART project
This commit is contained in:
@@ -1,62 +1,62 @@
|
||||
/**
|
||||
****************************************************************************************
|
||||
*
|
||||
* @file co_bt.h
|
||||
*
|
||||
* @brief This file contains the common Bluetooth defines, enumerations and structures
|
||||
* definitions for use by all modules in RW stack.
|
||||
*
|
||||
* Copyright (C) RivieraWaves 2009-2015
|
||||
*
|
||||
*
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef CO_BT_H_
|
||||
#define CO_BT_H_
|
||||
|
||||
/**
|
||||
****************************************************************************************
|
||||
* @addtogroup COMMON Common SW Block
|
||||
* @ingroup ROOT
|
||||
* @brief The Common RW SW Block.
|
||||
*
|
||||
* The COMMON is the block with Bluetooth definitions and structures shared
|
||||
* to all the protocol stack blocks. This also contain software wide error code
|
||||
* definitions, mathematical functions, help functions, list and buffer definitions.
|
||||
*
|
||||
* @{
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
/**
|
||||
****************************************************************************************
|
||||
* @addtogroup CO_BT Common Bluetooth defines
|
||||
* @ingroup COMMON
|
||||
* @brief Common Bluetooth definitions and structures.
|
||||
*
|
||||
* @{
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* INCLUDE FILES
|
||||
****************************************************************************************
|
||||
*/
|
||||
#include <stdbool.h> // standard boolean definitions
|
||||
#include <stddef.h> // standard definitions
|
||||
#include <stdint.h> // standard integer definitions
|
||||
|
||||
/*
|
||||
* DEFINES
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
#include "co_bt_defines.h" // Bluetooth defines
|
||||
#include "co_lmp.h" // Bluetooth LMP definitions
|
||||
#include "co_hci.h" // Bluetooth HCI definitions
|
||||
#include "co_error.h" // Bluetooth error codes definitions
|
||||
|
||||
/// @} CO_BT
|
||||
#endif // CO_BT_H_
|
||||
/**
|
||||
****************************************************************************************
|
||||
*
|
||||
* @file co_bt.h
|
||||
*
|
||||
* @brief This file contains the common Bluetooth defines, enumerations and structures
|
||||
* definitions for use by all modules in RW stack.
|
||||
*
|
||||
* Copyright (C) RivieraWaves 2009-2015
|
||||
*
|
||||
*
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef CO_BT_H_
|
||||
#define CO_BT_H_
|
||||
|
||||
/**
|
||||
****************************************************************************************
|
||||
* @addtogroup COMMON Common SW Block
|
||||
* @ingroup ROOT
|
||||
* @brief The Common RW SW Block.
|
||||
*
|
||||
* The COMMON is the block with Bluetooth definitions and structures shared
|
||||
* to all the protocol stack blocks. This also contain software wide error code
|
||||
* definitions, mathematical functions, help functions, list and buffer definitions.
|
||||
*
|
||||
* @{
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
/**
|
||||
****************************************************************************************
|
||||
* @addtogroup CO_BT Common Bluetooth defines
|
||||
* @ingroup COMMON
|
||||
* @brief Common Bluetooth definitions and structures.
|
||||
*
|
||||
* @{
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* INCLUDE FILES
|
||||
****************************************************************************************
|
||||
*/
|
||||
#include <stdbool.h> // standard boolean definitions
|
||||
#include <stddef.h> // standard definitions
|
||||
#include <stdint.h> // standard integer definitions
|
||||
|
||||
/*
|
||||
* DEFINES
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
#include "co_bt_defines.h" // Bluetooth defines
|
||||
#include "co_lmp.h" // Bluetooth LMP definitions
|
||||
#include "co_hci.h" // Bluetooth HCI definitions
|
||||
#include "co_error.h" // Bluetooth error codes definitions
|
||||
|
||||
/// @} CO_BT
|
||||
#endif // CO_BT_H_
|
||||
|
||||
Reference in New Issue
Block a user