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
/
__init__.c
Age
Commit message (
Expand
)
Author
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-16
address review comments; avoid calling common_hal_bleio_device... routines fr...
Dan Halbert
2019-08-07
fix newly-introduced bugs; UART client/server working again
Dan Halbert
2019-08-06
WIP: more Descriptor work; refactor gattc/gatts read/write
Dan Halbert
2019-08-02
WIP: rework of Characteristic properties; enhance Descriptor; not tested
Dan Halbert
2019-07-09
UARTClient now works both directions
Dan Halbert
2019-06-29
Central is connecting; characteristics can be read and written
Dan Halbert
2019-06-19
Update copyrights; get ready for Central
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-05-23
Need to enable ble before scanning
Dan Halbert
2019-05-23
Scanner working, but not very first time
Dan Halbert
2019-02-24
Remove bleio classes that aren't done yet.
Dan Halbert
2019-01-09
improve travis fold status reporting; fix sphinx build; fix sphinx errors
Dan Halbert
2019-01-07
add CharacteristicBuffer; UART seems to work!
Dan Halbert
2018-12-30
LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...
Dan Halbert
2018-12-29
free event handlers on reset; fix typo in Broadcaster
Dan Halbert
2018-12-28
Add Broadcaster. Reset correctly on reload.
Dan Halbert
2018-12-27
wip: advertising works, but not connection
Dan Halbert
2018-11-20
WIP: bleio revisions
Dan Halbert
2018-10-21
nrf: Move the Peripheral class to bleio as Device
arturo182
2018-10-21
nrf: Move the Service class from ubluepy to the shared bleio module
arturo182
2018-10-21
nrf: Move the Characteristic class from ubluepy to the shared bleio module
arturo182
2018-10-21
bleio: Move the Scanner class to a shared module
arturo182
2018-10-21
bleio: Move ScanEntry to shared module and add a new AdvertisementData class
arturo182
2018-10-21
bleio: Add a new Address class
arturo182
2018-10-21
bleio: Add a AddressType enum-like class
arturo182
2018-10-21
nrf: Move the Descriptor class from ubluepy to the shared bleio module
arturo182
2018-10-21
nrf: Move the UUID class from ubluepy to the shared bleio module
arturo182
2018-07-13
nrf: Split the ble module into a shared part and the port implementation
arturo182