BLE_SMP_EvtInputPasskeyReq_T

C

typedef struct  BLE_SMP_EvtInputPasskeyReq_T
{
    uint16_t                connHandle;
    bool                    keypress;
} BLE_SMP_EvtInputPasskeyReq_T;

Description

Structure BLE_SMP_EVT_INPUT_PASSKEY_REQUEST event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
keypressIndicates whether keypress notifications are required.If true, use BLE_SMP_Keypress to send notifications when keys are entered or erased.