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
/
ScanEntry.c
Age
Commit message (
Collapse
)
Author
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-07-16
Address review comments.
Dan Halbert
2019-06-22
getting Scanner to work
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-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-05-17
WIP
Dan Halbert
2019-02-24
Remove bleio classes that aren't done yet.
Dan Halbert
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
2019-01-14
fixup m0 and nrf
Scott Shawcroft
2018-10-21
bleio: Fix errors after rebase
arturo182
2018-10-21
nrf: Move the Peripheral class to bleio as Device
arturo182
This was the last class from ubluepy and so that module is now gone. The Device class offers both Peripheral and Central functionality. See the inline docs for more info.
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