espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.74k stars 741 forks source link

ble: use peer manager function for iterating over known peers #2403

Closed ssievert42 closed 11 months ago

ssievert42 commented 11 months ago

This swaps pdb_next_peer_id_get for pm_next_peer_id_get. They both do the same thing, but using pm_next_peer_id_get allows the build to work without other changes on SDK 15_3.

I should probably have already used the peer manager function in the initial PR...

gfwilliams commented 11 months ago

Thanks!