my fork
Embed:
(wiki syntax)
Show/hide line numbers
connection_config.h
Go to the documentation of this file.
00001 /** 00002 ****************************************************************************** 00003 * @file connection_config.h 00004 * @author CL 00005 * @version V1.0.0 00006 * @date 04-July-2014 00007 * @brief This file defines macros for configuring the BlueNRG connection. 00008 ****************************************************************************** 00009 * @attention 00010 * 00011 * <h2><center>© COPYRIGHT(c) 2014 STMicroelectronics</center></h2> 00012 * 00013 * Redistribution and use in source and binary forms, with or without modification, 00014 * are permitted provided that the following conditions are met: 00015 * 1. Redistributions of source code must retain the above copyright notice, 00016 * this list of conditions and the following disclaimer. 00017 * 2. Redistributions in binary form must reproduce the above copyright notice, 00018 * this list of conditions and the following disclaimer in the documentation 00019 * and/or other materials provided with the distribution. 00020 * 3. Neither the name of STMicroelectronics nor the names of its contributors 00021 * may be used to endorse or promote products derived from this software 00022 * without specific prior written permission. 00023 * 00024 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00025 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00026 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 00027 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 00028 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00029 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00030 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00031 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00032 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 00033 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00034 * 00035 ****************************************************************************** 00036 */ 00037 00038 /* Define to prevent recursive inclusion -------------------------------------*/ 00039 #ifndef _CONNECTION_CONFIG_ 00040 #define _CONNECTION_CONFIG_ 00041 00042 /* Exported macro ------------------------------------------------------------*/ 00043 /** 00044 * @brief Connection period, arg in msec. 00045 */ 00046 #define CONN_P(x) ((int)((x)/1.25f)) 00047 /** 00048 * @brief connection length, arg in msec. 00049 */ 00050 #define CONN_L(x) ((int)((x)/0.625f)) 00051 00052 #define SCAN_P (0x4000) 00053 #define SCAN_L (0x4000) 00054 00055 //#define CONN_P1 (CONN_P(10)) 00056 //#define CONN_P2 (CONN_P(10)) 00057 #define CONN_P1 (CONN_P(1000)) 00058 #define CONN_P2 (CONN_P(1000)) 00059 00060 /** 00061 * @brief Supervision timeout, arg in msec. 00062 */ 00063 //#define SUPERV_TIMEOUT (60) 00064 #define SUPERV_TIMEOUT (600) 00065 00066 #define CONN_L1 (CONN_L(5)) 00067 #define CONN_L2 (CONN_L(5)) 00068 00069 #endif /* _CONNECTION_CONFIG_ */ 00070 00071 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 00072
Generated on Tue Jul 12 2022 17:28:29 by
1.7.2