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
/
ports
/
nrf
/
common-hal
/
bleio
/
Characteristic.c
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-22
Fix CPBlue LFCLKSRC; CPB has no status neopixel
Dan Halbert
2019-08-19
Merge remote-tracking branch 'adafruit/master' into run-background-tasks
Dan Halbert
2019-08-11
nrf: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-08-07
specifying attribute length; fix up value setting
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-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-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
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-04-22
Off-by-one error for usage of MAX_TX_IN_PROGRESS
Dan Halbert
2019-03-25
Really fix the error messages in bleio, this time
Radomir Dopieralski
2019-03-25
Fix error messages in bleio
Radomir Dopieralski
2019-01-19
CharacteristicBuffer: make it be a stream class; add locking
Dan Halbert
2019-01-08
m_tx_in_progress might underflow (check on this)
Dan Halbert
2019-01-08
remove debugging printf's
Dan Halbert
2019-01-07
add CharacteristicBuffer; UART seems to work!
Dan Halbert
2019-01-03
evt handler list bugs; unique evt handler names; remove uuid128_reference
Dan Halbert
2019-01-03
forgot to store data when reading a gatts value
Dan Halbert
2018-12-30
LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...
Dan Halbert
2018-12-27
wip: advertising works, but not connection
Dan Halbert
2018-12-07
bleio WIP: redo for more immutability; use sd_* routines for internal flash w...
Dan Halbert
2018-11-20
More UUID work; use mp_raise for exceptions
Dan Halbert
2018-10-21
bleio: Fix errors after rebase
arturo182
2018-10-21
bleio: A bit of cleanup
arturo182
2018-10-21
nrf: Cleanup of the ble driver
arturo182
2018-10-21
nrf: BLE driver cleanup
arturo182
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