Fix #16: move GATT_MTU_SIZE_DEFAULT into blecommon.h

Note: there's a corresponding change to mbedmicro/BLE_API
master
Rohit Grover 2015-06-30 07:46:40 +01:00
parent 3d87035e26
commit 2ebe5108ee
1 changed files with 2 additions and 0 deletions

View File

@ -46,8 +46,10 @@
/** @addtogroup BLE_GATT_DEFINES Defines
* @{ */
#if 0 /* The following have been duplicated in blecommon.h */
/** @brief Default MTU size. */
#define GATT_MTU_SIZE_DEFAULT 23
#endif
/** @brief Only the default MTU size of 23 is currently supported. */
#define GATT_RX_MTU 23