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 ?