diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-03-02 17:32:13 +1100 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2023-04-26 11:37:20 +1000 |
commit | 256f47e2f8348d08b53e3c69461cf07903b00367 (patch) | |
tree | 342d65b9f335dd86b48f4b69d1cc352556d42ba4 /py/persistentcode.c | |
parent | bc9ec1cf718361c1f361bb4ff6de3c660d84696d (diff) | |
download | micropython-256f47e2f8348d08b53e3c69461cf07903b00367.tar.gz micropython-256f47e2f8348d08b53e3c69461cf07903b00367.zip |
extmod/btstack: Fix indicate/notify queuing.
This adds a mechanism to track a pending notify/indicate operation that
is deferred due to the send buffer being full. This uses a tracked alloc
that is passed as the content arg to the callback.
This replaces the previous mechanism that did this via the global pending
op queue, shared with client read/write ops.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py/persistentcode.c')
0 files changed, 0 insertions, 0 deletions