Hai,
I develope the nrf52810 based product I need work BLE Communication with Bonding connect multiple nrf52810 device connect to the nrf52832 Using Zephyr.
Regards,
Praveen M
Hai,
I develope the nrf52810 based product I need work BLE Communication with Bonding connect multiple nrf52810 device connect to the nrf52832 Using Zephyr.
Regards,
Praveen M
Try using central_uart for that, as it initializes just work pairing by default with the bt_conn_set_security() function. Adding more secure bonding can be done with configs from there if I recall correctly.
Best regards,
Simon
Try using central_uart for that, as it initializes just work pairing by default with the bt_conn_set_security() function. Adding more secure bonding can be done with configs from there if I recall correctly.
Best regards,
Simon
Thank for Reply,
I see the BMS service for peripheral example on ncs. I need communicate the Central i don't have any idea for central side.
Do you have any example for central side for bonding communicate without central uart?
Regards,
Praveen M