Skip to content

Instantly share code, notes, and snippets.

@MRobertEvers
Last active May 23, 2018 13:38
Show Gist options
  • Save MRobertEvers/a5f15e6ae611ee505f86df939cefe30d to your computer and use it in GitHub Desktop.
Save MRobertEvers/a5f15e6ae611ee505f86df939cefe30d to your computer and use it in GitHub Desktop.
Bluetooth Notes

Pairing is the process of exchanging security information between two bluetooth devices so they can use an encrypted channel. Bonded means that the devices store a longer term key so that they need not reexchange security information. By that definition, a Bonded device is a paired device.

https://www.silabs.com/community/wireless/bluetooth/knowledge-base.entry.html/2017/05/16/understanding_thebl-sICq

http://blog.bluetooth.com/bluetooth-pairing-part-1-pairing-feature-exchange

https://stackoverflow.com/questions/36396456/bluetooth-difference-between-pairing-and-paging-bonding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment