This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Manufacturer data encryption

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.

  1. I cannot use these functions, is it because that the ECB register is restricted when we use the softdevice?

  2. In this case, do I have another way to encrypt my manufacturer_data?

Thanks

Parents Reply Children
Related