Hi,
I am working on the ble_app_template project.
1-How can I enable simple pairing without NFC?
2-Also how can I set pairing code?
3-Is the write way to secure characteristics?
attr_md.rd_auth = 1; attr_md.wr_auth = 1;
Thanks!
Hi,
I am working on the ble_app_template project.
1-How can I enable simple pairing without NFC?
2-Also how can I set pairing code?
3-Is the write way to secure characteristics?
attr_md.rd_auth = 1; attr_md.wr_auth = 1;
Thanks!
Thank you so much, @amanda Hsieh
Problem Solved.
JUST last thing sometimes I don't get pairing request in mobile but my mobile is bonded with the device. So I don't need to worry about that?
Hi,
You need to bond from the mobile to encrypted the link, then you could access the secured characteristics.
-Amanda H.