Unable to use AES Hardware encryption block
Hi
I am trying to use AES Hardware encryption for some user data, based on BLE app barebone
I have gone through the rest of the forum documents, but it did not help.
My code is as below :
Hi
I am trying to use AES Hardware encryption for some user data, based on BLE app barebone
I have gone through the rest of the forum documents, but it did not help.
My code is as below :
If the 580 device is not paired / bonded with an Android phone, can I still enable AES encryption?
Hi,
I am now looking on the app_easy_timer api in SDK5. This is a very great tool - no need to think of messages, just pass a callback that you want to be called when the timer expires (Are there any javascript developers here?).
In our app we are using GAPM_USE_ENC_BLOCK_CMD and GAPM_USER_ENC_BLOCK_IND directly to encrypt some user data.
一个类似的api外壳d be implemented for encrypting blocks. Unlike the timers, two encryption requests cannot run in parallel. Therefore, there should be a queue of encryption requests & callbacks (with push, pop and peek).
Hi Dialog Team,
I'm afraid I haven't fully understood the BLE encryption process yet, so this might be a bit of a silly question.
I've been working off the SDK5 peripheral template, and I'm wondering whether the AES encryption is activated or not. I found the #define CFG_APP_SECURITY in the header file "da1458x_config_basic.h".
Is this the #define used to activate and deactive AES encryption?? Couldn't find anything about this in the user manuals...
Thanks for your help!