diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2020-11-03 17:46:11 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-11-13 17:19:05 +1100 |
commit | c398e46b29f5c780b8016f2e88afe4c6984c54d8 (patch) | |
tree | 77cfcb38d5133db94464e66c86f395229ab55371 /py/objmodule.c | |
parent | 4559bcb4679e04e0a5e24030675676ff6a9803f2 (diff) | |
download | micropython-c398e46b29f5c780b8016f2e88afe4c6984c54d8.tar.gz micropython-c398e46b29f5c780b8016f2e88afe4c6984c54d8.zip |
extmod/modbluetooth: Combine gattc-data-available callbacks into one.
Instead of having the stack indicate a "start", "data"..., "end", pass
through the data in one callback as an array of chunks of data.
This is because the upcoming non-ringbuffer modbluetooth implementation
cannot buffer the data in the ringbuffer and requires instead a single
callback with all the data, to pass to the Python callback.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'py/objmodule.c')
0 files changed, 0 insertions, 0 deletions