Hi there, I was able to work with uart ble example described in tutorials/36/.
My question is how to disable encryption on BLE link? Specifically, we need to make disable encryption on the BLE link.
I have the code (in c) but I could not find a parameter to modify to get disable encryption on the BLE link. I just found a function called ( set_security_req(....) ) but I couldn't figure out how to disable encryption on BLE link.
Any comments are appreciated.
Best,