index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
nrf
/
common-hal
/
_bleio
/
PacketBuffer.c
Age
Commit message (
Expand
)
Author
2021-04-01
Two small PacketBuffer fixes
Scott Shawcroft
2021-03-15
run code formatting script
microDev
2020-09-13
PacketBuffer: add missing 'break's, remove unneeded {}
Jeff Epler
2020-05-04
address review comments
Dan Halbert
2020-05-04
make translate again
Dan Halbert
2020-05-04
add PacketBuffer .incoming_ and .outgoing_packet_length
Dan Halbert
2020-04-29
further cleanup and bug fixing
Dan Halbert
2020-04-29
back to '.packet_size' for compatiblity
Dan Halbert
2020-04-29
rename and improve PacketBuffer packet length property
Dan Halbert
2020-04-21
ringbuf tested
Dan Halbert
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-03-31
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-03-25
Add exception on small buffer and fix Connecion WRITE handling
Scott Shawcroft
2020-03-25
Fix connection handle tracking in PacketBuffer when a server.
Scott Shawcroft
2020-03-13
First try at lowering the power consumption
Scott Shawcroft
2020-01-08
Replace magic number and add comment.
Scott Shawcroft
2020-01-03
Add PacketBuffer and MTU negotiation support.
Scott Shawcroft