1.2.2.1.4.3.9 BLE_SMP_EvtInputPasskeyReq_T
C
typedef struct BLE_SMP_EvtInputPasskeyReq_T { uint16_t connHandle; bool keypress; } BLE_SMP_EvtInputPasskeyReq_T;
Description
Data structure BLE_SMP_EVT_INPUT_PASSKEY_REQUEST event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
keypress | Is required to inform the remote device when keys have been entered or erased. If this is true, please using BLE_SMP_Keypress to send keypress notifications. |