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
/
shared-bindings
/
bleio
/
Peripheral.c
Age
Commit message (
Expand
)
Author
2019-07-16
Address review comments.
Dan Halbert
2019-07-09
UARTClient now works both directions
Dan Halbert
2019-07-07
WIP: Need descriptors for Central CCCD discovery; not done yet
Dan Halbert
2019-07-02
WIP: CharacteristicBuffer for Central; not working: need to set remote Charac...
Dan Halbert
2019-06-29
Central is connecting; characteristics can be read and written
Dan Halbert
2019-06-21
WIP: Central compiles; now will test
Dan Halbert
2019-06-19
Update copyrights; get ready for Central
Dan Halbert
2019-06-18
Don't operate directly on bleio objects in shared-bindings: use common_hal
Dan Halbert
2019-06-17
Handle None for BLE name; fix ScanEntry bug; compile issue
Dan Halbert
2019-06-13
merge from upstream; WIP redo Address; no more AddressType
Dan Halbert
2019-06-03
Replace Broadcaster with enhanced Peripheral
Dan Halbert
2019-06-02
1. Remove advertising data construction in C: it's all done in Python now
Dan Halbert
2019-01-24
fix a few ble-related doc issues
Dan Halbert
2019-01-14
fixup m0 and nrf
Scott Shawcroft
2019-01-10
merge translations; add bleio comments; fix minor sphinx issues in midi
Dan Halbert
2018-12-30
LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...
Dan Halbert