TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

provide API for bonding #59

Open TorstenRobitzki opened 3 years ago

TorstenRobitzki commented 3 years ago

As bonds are stored persistent, Bluetoe can not store them but has to provide an API to store and retrieve bonding information. Following information must be stored / retrieved:

The API might require a template, where the Bluetoe could provide certain, compile time known values, like the number of CCCDs, etc.