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
/
Connection.c
Age
Commit message (
Expand
)
Author
2021-03-31
Fix central pairing and crash on clear
Scott Shawcroft
2021-03-15
run code formatting script
microDev
2021-01-13
don't check length for remote characteristic or dedescriptor
Dan Halbert
2020-08-13
ble_uart_echo_test works
Dan Halbert
2020-08-11
fix #3228 for nrf; still needs to be fixed for HCI; tested
Dan Halbert
2020-04-29
rename and improve PacketBuffer packet length property
Dan Halbert
2020-03-25
Add exception on small buffer and fix Connecion WRITE handling
Scott Shawcroft
2020-01-13
fix some typos and leftovers
Dan Halbert
2020-01-13
merge from adafruit/circuitpython
Dan Halbert
2020-01-13
put bonding to-do flags into Connection objects instead of using a heap-alloc...
Dan Halbert
2020-01-12
fix CCCD bonding store; avoid excessive bonding writes
Dan Halbert
2020-01-10
wip: HID bonding works!
Dan Halbert
2020-01-05
wip; compiles
Dan Halbert
2020-01-03
Add PacketBuffer and MTU negotiation support.
Scott Shawcroft
2020-01-03
wip
Dan Halbert
2019-12-06
Check connection validity after service discovery.
Scott Shawcroft
2019-12-04
Add connection interval and debugging
Scott Shawcroft
2019-11-21
Clean up debug changes
Scott Shawcroft
2019-11-21
Fix pairing when peripheral. Central untested.
Scott Shawcroft
2019-11-20
Use BluetoothError in _bleio
Scott Shawcroft
2019-10-21
Refine _bleio
Scott Shawcroft