Having Issues with bonding/pairing devices on Psoc4

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
TiKr_3309711
Level 1
Level 1

Current issue is our chip can only store 4 devices to bond, so we have a FIFO (first in first out) buffer to remove old bonding. Problem is when a device that was bonded and removed comes back to be rebonded will not prompt the PSOC part to generate new bonding as the device still has the key....while the PSOC part threw out it's key. Anyone know any work arounds or any idea's on how to improve this. The current fix is to manually remove the bonding information on the device, then try to reconnect to the PSOC part which will be successful. If you don't remove the bonding, you will make a gatt connection, but since you are not bonded you don't have read/write permissions.

0 Likes
1 Solution
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello TiKr_3309711,

Could you please let me know how you are removing the old bonding device with FIFO buffer ? Could you please share your project so that we can check at our end ?

Please refer to the Day015_Bonding example project in the GitHub for more information on storing and removing of the bonded devices.

Thanks,

P Yugandhar.

View solution in original post

0 Likes
1 Reply
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello TiKr_3309711,

Could you please let me know how you are removing the old bonding device with FIFO buffer ? Could you please share your project so that we can check at our end ?

Please refer to the Day015_Bonding example project in the GitHub for more information on storing and removing of the bonded devices.

Thanks,

P Yugandhar.

0 Likes