BLE_SMP_EvtInputPasskeyReq_T
C
typedef struct BLE_SMP_EvtInputPasskeyReq_T
{
uint16_t connHandle;
bool keypress;
} BLE_SMP_EvtInputPasskeyReq_T;Description
Structure for BLE_SMP_EVT_INPUT_PASSKEY_REQUEST event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| keypress | Indicates whether keypress notifications are required. If true, use BLE_SMP_Keypress to send notifications when keys are entered or erased. |
