#16: unhide GATT_MTU_SIZE_DEFAULT because the nordic bootloader depends on it.
parent
2ebe5108ee
commit
84e2b306e1
|
@ -46,10 +46,8 @@
|
|||
/** @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
|
||||
|
|
Loading…
Reference in New Issue