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.h
Age
Commit message (
Collapse
)
Author
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-28
bleio: API change to create and connect related objects simulatenously: no ↵
Dan Halbert
orphan bleio objects
2019-08-16
address review comments; avoid calling common_hal_bleio_device... routines ↵
Dan Halbert
from shared-bindings
2019-07-30
BLE: peripheral client pairing (not yet bonding); fix time doc formatting
Dan Halbert
2019-07-27
allow discovery from central or peripheral
Dan Halbert
2019-07-07
WIP: Need descriptors for Central CCCD discovery; not done yet
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
routines instead. Changes made but not yet tested.
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
2. Add scan response capability to advertising.
2018-12-30
LocalPeripheral is now Peripheral; more work on basic GATTS support; UART ↵
Dan Halbert
not working yet