|
dragoon
4383
|
BLE GATT connection configuration parameters, set with sd_ble_cfg_set. More...
#include <ble_gatt.h>
Data Fields | |
| uint16_t | att_mtu |
BLE GATT connection configuration parameters, set with sd_ble_cfg_set.
| NRF_ERROR_INVALID_PARAM | att_mtu is smaller than BLE_GATT_ATT_MTU_DEFAULT. |
Definition at line 184 of file ble_gatt.h.
| uint16_t ble_gatt_conn_cfg_t::att_mtu |
Maximum size of ATT packet the SoftDevice can send or receive. The default and minimum value is BLE_GATT_ATT_MTU_DEFAULT.
| GATTC ATT_MTU Exchange |
| GATTS ATT_MTU Exchange |
Definition at line 186 of file ble_gatt.h.