BLE_SMP_EvtKeypress_T

C

typedef struct  BLE_SMP_EvtKeypress_T
{
    uint16_t                connHandle;
    uint8_t                 notifyType;
} BLE_SMP_EvtKeypress_T;

Description

Structure for BLE_SMP_EVT_KEYPRESS event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
notifyTypeType of keypress notification. Refer to Keypress notification types for possible values.