Skip to content

Bluetooth link key settings management possibilities #75859

Answered by nordicjm
benedekkupper asked this question in General
Discussion options

You must be logged in to vote

Which is a very nondescript way of saying "sorry, cannot pair as there are no free settings slots for storing a new Bluetooth link key". The first possible improvement here would be giving a better error description in the logs.

That error output is from your application though? If you wanted to add a descriptive log, you can implement that

My preferred solution would be to update a timestamp on each key with the last connection time, and delete the key which is the oldest, but I don't think this is supported by the current API or system design in general.

Have you looked at CONFIG_BT_KEYS_OVERWRITE_OLDEST ?

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@benedekkupper
Comment options

@nordicjm
Comment options

Answer selected by benedekkupper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants