diff options
author | Damien George <damien.p.george@gmail.com> | 2019-11-29 12:36:32 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-12-02 23:27:25 +1100 |
commit | 8ce69288e9151d6bd5c218cde171d7d7dad9afd2 (patch) | |
tree | 6f22b140f82304a7b3fb2b0a37d813c7f69b0e89 /docs/esp8266 | |
parent | d6e051082af51566d4a16dc90f89da75a5007c06 (diff) | |
download | micropython-8ce69288e9151d6bd5c218cde171d7d7dad9afd2.tar.gz micropython-8ce69288e9151d6bd5c218cde171d7d7dad9afd2.zip |
extmod/modbluetooth: Remove limit on data coming from gattc data input.
This removes the limit on data coming in from a BLE.gattc_read() request,
or a notify with payload (coming in to a central). In both cases the data
coming in to the BLE callback is now limited only by the available data in
the ringbuf, whereas before it was capped at (default hard coded) 20 bytes.
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions