Hi,
I am using the sofdevice s110. I want to encrypt my manufacturer_data. However , the type of the advertising is BLE_GAP_ADV_TYPE_ADV_NONCONN_IND. I tried : nrf_ecb_init() and nrf_ecb_crypt(dest_buf,src_buf), it is not working.
-
I cannot use these functions, is it because that the ECB register is restricted when we use the softdevice?
-
In this case, do I have another way to encrypt my manufacturer_data?
Thanks