This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can I change the Crypto backend of BLE controller in SoftDevice?

I want to use mbed TLS backend in BLE stack.

For example, BLE controller will use AES(hardware accelerator, I think) to gennerate link key and encrypt.

I know that SoftDevice is not opensource, so I want to know if it's possible to change the Crypto backend  to software implementation like mbed TLS ?

Related