Hi all,
I have a devicewith display and only want a specific smartphone with my APP to connect to it.
I implement the authentication procedure at application level by adding a custom Service/Charateristics and checking for a changeable password(one-time password).How can i generate the one_time password(Isn't the way of ble_app_gls generating passkey like this
p_passkey = (char *)p_ble_evt->evt.gap_evt.params.passkey_display.passkey; ) ?