I want to be bounded only with one central device. Is there any define MAX_BOUNDED_DEVICE?
I want to be bounded only with one central device. Is there any define MAX_BOUNDED_DEVICE?
Unfortunately, there is no define for setting the maximum number of bonded devices. What you can do is to have a global variable in main.c that keeps track of the current number of bonded devices, and can allow/not allow other devices to bond to the device.
Thanks for answer. It is enought.
Thanks for answer. It is enought.