konashi/SBBLEのテスト

Dependencies:   BLE_API mbed

Fork of BLE_LoopbackUART by Bluetooth Low Energy

Committer:
robo8080
Date:
Sun Aug 17 00:53:23 2014 +0000
Revision:
8:a62b8f7d5dcf
Parent:
5:61109bce11fe
DeviceName??

Who changed what in which revision?

UserRevisionLine numberNew contents of line
robo8080 5:61109bce11fe 1 /* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
robo8080 5:61109bce11fe 2 *
robo8080 5:61109bce11fe 3 * The information contained herein is property of Nordic Semiconductor ASA.
robo8080 5:61109bce11fe 4 * Terms and conditions of usage are described in detail in NORDIC
robo8080 5:61109bce11fe 5 * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
robo8080 5:61109bce11fe 6 *
robo8080 5:61109bce11fe 7 * Licensees are granted free, non-transferable use of the information. NO
robo8080 5:61109bce11fe 8 * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
robo8080 5:61109bce11fe 9 * the file.
robo8080 5:61109bce11fe 10 *
robo8080 5:61109bce11fe 11 */
robo8080 5:61109bce11fe 12
robo8080 5:61109bce11fe 13 /** @cond To make doxygen skip this file */
robo8080 5:61109bce11fe 14
robo8080 5:61109bce11fe 15 /** @file
robo8080 5:61109bce11fe 16 *
robo8080 5:61109bce11fe 17 * @defgroup ble_sdk_app_gls_bondmngr_cfg GLS Bond Manager Configuration
robo8080 5:61109bce11fe 18 * @{
robo8080 5:61109bce11fe 19 * @ingroup ble_sdk_app_gls
robo8080 5:61109bce11fe 20 * @brief Definition of bond manager configurable parameters
robo8080 5:61109bce11fe 21 */
robo8080 5:61109bce11fe 22
robo8080 5:61109bce11fe 23 #ifndef BLE_BONDMNGR_CFG_H__
robo8080 5:61109bce11fe 24 #define BLE_BONDMNGR_CFG_H__
robo8080 5:61109bce11fe 25
robo8080 5:61109bce11fe 26 /**@brief Number of CCCDs used in the GLS application. */
robo8080 5:61109bce11fe 27 #define BLE_BONDMNGR_CCCD_COUNT 2
robo8080 5:61109bce11fe 28
robo8080 5:61109bce11fe 29 /**@brief Maximum number of bonded centrals. */
robo8080 5:61109bce11fe 30 #define BLE_BONDMNGR_MAX_BONDED_CENTRALS 7
robo8080 5:61109bce11fe 31
robo8080 5:61109bce11fe 32 #endif // BLE_BONDMNGR_CFG_H__
robo8080 5:61109bce11fe 33
robo8080 5:61109bce11fe 34 /** @} */
robo8080 5:61109bce11fe 35 /** @endcond */