GATT_EvtUpdateMtu_T
C
typedef struct GATT_EvtUpdateMtu_T
{
uint16_t connHandle;
uint16_t exchangedMTU;
} GATT_EvtUpdateMtu_T;Description
Data structure for ATT_EVT_UPDATE_MTU event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| exchangedMTU | The exchanged MTU after connection. |
