BLE_SMP_EvtKeypress_T
C
typedef struct  BLE_SMP_EvtKeypress_T
{
    uint16_t                connHandle;
    uint8_t                 notifyType;
} BLE_SMP_EvtKeypress_T;Description
Data structure for BLE_SMP_EVT_KEYPRESS event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle associated with this connection. | 
| notifyType | Notification type. See Keypress notification type. | 
