1.2.2.1.2.3.18 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.
exchangedMTUThe exchanged MTU after connection.