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
/
__init__.c
Age
Commit message (
Expand
)
Author
2021-04-02
Changed error message to display the generic term 'system firmware' instead o...
Jonny Bergdahl
2021-03-31
Fix central pairing and crash on clear
Scott Shawcroft
2021-03-15
run code formatting script
microDev
2020-10-07
Replace _bleio.ConnectionError with the native version
Scott Shawcroft
2020-08-30
merge from upstream
Dan Halbert
2020-08-21
Add more "extern" declarations for gcc10 compat
Scott Shawcroft
2020-08-02
wip: compiles
Dan Halbert
2020-07-12
wip: advertising; not tested
Dan Halbert
2020-05-04
add PacketBuffer .incoming_ and .outgoing_packet_length
Dan Halbert
2020-04-29
rename and improve PacketBuffer packet length property
Dan Halbert
2020-02-24
Fix crash after empty REPL session
Scott Shawcroft
2020-01-30
track vm_used_ble better
Dan Halbert
2020-01-13
merge from adafruit/circuitpython
Dan Halbert
2020-01-09
wip; redid flash writing to be compatible with SD
Dan Halbert
2020-01-03
Add PacketBuffer and MTU negotiation support.
Scott Shawcroft
2019-12-04
Add connection interval and debugging
Scott Shawcroft
2019-11-21
Special exception message for when pairing prompt is ignored.
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
2019-08-29
rename bleio module to _bleio
Dan Halbert