adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
610 stars 494 forks source link

fix bonding with public/static address #671

Closed hathach closed 3 years ago

hathach commented 3 years ago

Fix issue when bonding with peer device using public address where the IRK+address are not exchanged when pairing (since device think it is not necessary). Should fix #670

davejwatson24 commented 3 years ago

I have tested this and verified it fixes #670 for me. THanks!