micropython/ports/unix/variants
Jim Mussared 256f47e2f8 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>
2023-04-26 11:37:20 +10:00
..
coverage extmod/btstack: Fix indicate/notify queuing. 2023-04-26 11:37:20 +10:00
minimal unix: Refactor mpconfigvariant.mk. 2022-09-13 17:40:55 +10:00
nanbox unix: Refactor mpconfigport.h and mpconfigvariant.h. 2022-09-13 17:39:03 +10:00
standard unix: Refactor mpconfigvariant.mk. 2022-09-13 17:40:55 +10:00
manifest.py unix/variants: Change mip package to mip-cmdline. 2022-11-09 14:58:54 +11:00
mpconfigvariant_common.h unix: Refactor mpconfigport.h and mpconfigvariant.h. 2022-09-13 17:39:03 +10:00