1.1.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;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
keypressIs 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.