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
| Macro | Description |
|---|---|
| BLE_ATT_DEFAULT_MTU_LEN | Default MTU length for ATT protocol. |
| BLE_ATT_MAX_MTU_LEN | Maximum supported MTU length by the ATT protocol. |
