Dear sir,
Good Day!!.
Im using nrf52840 SDv16 and im using Ble_app_uart code, here with i need to add Bluetooth pairing request with password on my android mobile phone nrf_connect app. kindly give the solutions for it?
Thanks & Regards
Chandru.A
Dear sir,
Good Day!!.
Im using nrf52840 SDv16 and im using Ble_app_uart code, here with i need to add Bluetooth pairing request with password on my android mobile phone nrf_connect app. kindly give the solutions for it?
Thanks & Regards
Chandru.A
Hi,
You can refer to some of the examples that support pairing and do the same in the NUS example application, as described in this thread.
Dear sir,
Thanks for reply.
If i use the BLE_APP_GLS, means can we add all peripherals and any other example code in this same projects??
Thanks & Regards
Chandru.A
Hi Chandru,
Yes. The easiest is to start with an example that is closest to what you need, and add missing pieces yourself, for instance by copying from other examples.