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
Age
Commit message (
Expand
)
Author
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-29
address minor issues: typos, make translate, and sphinx
Dan Halbert
2019-08-28
another API rework: less abstraction leakage
Dan Halbert
2019-08-28
bleio: API change to create and connect related objects simulatenously: no or...
Dan Halbert
2019-08-25
BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding
Dan Halbert
2019-08-16
address review comments; avoid calling common_hal_bleio_device... routines fr...
Dan Halbert
2019-08-15
make translate and fix sphinx issues
Dan Halbert
2019-08-07
specifying attribute length; fix up value setting
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-31
Merge remote-tracking branch 'adafruit/master' into ble-pairing
Dan Halbert
2019-07-31
cleanup adapter.address; add uniquish suffix to BLE device name
Dan Halbert
2019-07-30
BLE: peripheral client pairing (not yet bonding); fix time doc formatting
Dan Halbert
2019-07-27
bleio: Fix typo in Peripheral example code.
Seth Itow
2019-07-27
allow discovery from central or peripheral
Dan Halbert
2019-07-16
sphinx fix
Dan Halbert
2019-07-16
Address review comments.
Dan Halbert
2019-07-11
Fix sphinx warnings.
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-22
getting Scanner to work
Dan Halbert
2019-06-21
WIP: Central compiles; now will test
Dan Halbert
2019-06-19
WIP: backup only; not compiled
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-12
Refactor deinit check to reduce code size.
Scott Shawcroft
2019-06-10
WIP
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-05-31
fix advertisement length check; add Service.secondary attribute
Dan Halbert
2019-05-30
Improve rST consistency for rst2pyi use
Scott Shawcroft
2019-05-23
Need to enable ble before scanning
Dan Halbert
2019-05-23
Scanner working, but not very first time
Dan Halbert
2019-05-17
WIP
Dan Halbert
2019-03-25
Reuse "Not connected" message in bleio
Radomir Dopieralski
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-02-13
Arg check width and height into Shape.
Scott Shawcroft
2019-01-24
fix a few ble-related doc issues
Dan Halbert
2019-01-19
CharacteristicBuffer: make it be a stream class; add locking
Dan Halbert
2019-01-16
Put back native C UUID string parsing and printing (complete rewrite)
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
2019-01-09
fix merge conflicts; address some comments
Dan Halbert
2019-01-09
improve travis fold status reporting; fix sphinx build; fix sphinx errors
Dan Halbert
[next]