nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ nrf_ble_lesc_init()

uint32_t nrf_ble_lesc_init ( void )

#include <nrf_ble_lesc.h>

Initialize the LESC module.

This function initializes the PSA crypto for ECC and ECDH calculations, which are required to handle LESC authentication procedures.

Return values
NRF_SUCCESSIf the operation was successful.
NRF_ERROR_INTERNALIf psa_crypto_init failed.
Returns
Other error codes might be returned by the nrf_ble_lesc_keypair_generate function.