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
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| notifyType | Type of keypress notification. Refer to Keypress notification type for possible values.. |
