• Jim Mussared's avatar
    extmod/btstack: Fix indicate/notify queuing. · 256f47e2
    Jim Mussared authored
    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: default avatarJim Mussared <jim.mussared@gmail.com>
    256f47e2
mpconfigport.h 8.7 KB