This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

using LL_Encrypt()

Other Parts Discussed in Thread: CC2541

Hi I'm trying to use LL_Encrypt() to encrypt the data payload of my BLE project without using an encrypted connection.

I can succesfully do this, but iI can't decrypt it at the other side and it is not clear what form of AES it is.

BLE spec says that BLE uses AES-CCM exclusively, but I'm confused because that would apparently require an IV code. Maybe this is defined elsewhere in the BT stack?

Does anyone have any information on LL_Encrypt() and how to decrypt its payload?

Thanks

Tim