MTU length

C

#define BLE_ATT_DEFAULT_MTU_LEN                             23
#define BLE_ATT_MAX_MTU_LEN                                 247

Description

Defines the GATT MTU length.

Macro Definition

MacroDescription
BLE_ATT_DEFAULT_MTU_LENDefault MTU length for ATT protocol.
BLE_ATT_MAX_MTU_LENMaximum supported MTU length by the ATT protocol.