I'm adjusting my program with nrf52832 and nrf5SDK.
I attempted to use the parameter PM_PEER_ID_N_AVAILABLE_IDS to control the upper limit of the bound users.
However, when the number of bound users exceeds the limit of PM_PEER_ID_N_AVAILABLE_IDS, the pairing process still proceeds completely..
I am using the paired binding parameters with MITM functionality.When the number of bound users exceeds the PM_PEER_ID_N_AVAILABLE_IDS limit, I can input the pairing code and complete the binding. However, it is only outputted in the log as "Could not allocate new peer_id for incoming bond."
However, I hope that if the number of bound users has reached the PM_PEER_ID_N_AVAILABLE_IDS limit, any subsequent pairings initiated afterwards should directly return a pairing failure or, after entering the pairing code, return a failure.