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