Date
1 - 2 of 2
#bluetooth #nrf52832 #bt #nrf52832 #bt #bluetooth
1606140@...
Hi, all. I am encrypting the UUID of my beacon and wants to decrypt it at the scanner's end. But the problem is that the docs say only about encryption function bt_encrypt_be(). How do I decrypt my UUID at the scanner's end?.
Also, what's the difference if I use bt_encrypt_le() instead of bt_encrypt_be() ? (I'm not a crypto pro here)
|
|
Carles Cufi
Hi there,
There was recently a similar question on Slack. Take a look at https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/mesh/crypto.c BLE Mesh has a similar requirement to encrypt/decrypt contents of advertising packets.
Carles
From: users@... <users@...>
On Behalf Of 1606140 via Lists.Zephyrproject.Org
Sent: 25 August 2019 13:53 To: users@... Cc: users@... Subject: [Zephyr-users] #bluetooth #nrf52832 #bt
Hi, all. I am encrypting the UUID of my beacon and wants to decrypt it at the scanner's end. But the problem is that the docs say only about encryption function bt_encrypt_be(). How
do I decrypt my UUID at the scanner's end?.
|
|