diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2020-11-25 17:28:04 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-12-02 14:41:41 +1100 |
commit | c4d08aa4e3641a1d05d35051454d4bce8ef14fcf (patch) | |
tree | 377b623a76cf33fc3b175f74dcb0347c5cfbe152 /py | |
parent | fff634e03134b8f1724759f477da61b698c9cdf4 (diff) |
extmod/modbluetooth: Add support for bonding (key persistence).
This adds `_IRQ_GET_SECRET` and `_IRQ_SET_SECRET` events to allow the BT
stack to request the Python code retrive/store/delete secret key data. The
actual keys and values are opaque to Python and stack-specific.
Only NimBLE is implemented (pending moving btstack to sync events). The
secret store is designed to be compatible with BlueKitchen's TLV store API.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions