MTU length
C
#define BLE_ATT_DEFAULT_MTU_LEN 23 #define BLE_ATT_MAX_MTU_LEN 247
Description
The definition of GATT MTU length.
Macro Definition
| Macro | Description |
|---|---|
| BLE_ATT_DEFAULT_MTU_LEN | ATT default MTU length. |
| BLE_ATT_MAX_MTU_LEN | The Maximum supported MTU length of ATT stack. |
