GATT_EvtUpdateMtu_T

C

typedef struct GATT_EvtUpdateMtu_T
{
    uint16_t            connHandle;
    uint16_t            exchangedMTU;
} GATT_EvtUpdateMtu_T;

Description

Structure for the ATT_EVT_UPDATE_MTU event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
exchangedMTUMTU size agreed upon by both GATT client and server after the exchange.