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

encryption is it enabled with the ble_app_uart_s132_pca10040.uvprojx ?

Hello,

I'm working on a software we've made starting from the "ble_app_uart_s132_pca10040.uvprojx" source code. My "main" (procedure fct) is in the for (;;) of the void main(void) and it receives its values from nus_data_handler() and send them back to ble_nus_string_send(). On the other side, I receive/send them from my PC thanks to Master Control Panel and the charateristics. Everything works fine

Then I've been asked to check if everythings is encrypted. I ve read the Bluetooth Specification. Bluetooth Encryption seems to be natively supported from its beginning (under V4.2 and over it).

But I ve browsed the Info Center and this developer Zone and I m still not sure things are encrypted (eg. : I didn't find BLE_GAP_EVT_CONN_SEC_UPDATE ). I'm sure the Sotfdevice/SDK can make it possible but I m quite sure we havent done the required think to get it enabled

Is there anybody knows it ? is there anybody to help me with any clues ?

Thanks in advance to all of you

regards

Pierre

Related