GATT_EvtUpdateMtu_T

C

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

Field Documentation

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