index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
library
/
ubluetooth.rst
Age
Commit message (
Expand
)
Author
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-19
docs/library: Document that char_data/notify_data are also references.
Thomas Friebel
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-02-18
extmod/modbluetooth: Implement config getter for BLE rxbuf size.
Thomas Friebel
2020-01-12
docs/library: Add / to indicate positional-only args in library docs.
Jason Neal
2019-12-10
docs/library/ubluetooth: Add note about API being under development.
Damien George
2019-12-05
extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).
Damien George
2019-12-04
extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.
Damien George
2019-11-25
extmod/modbluetooth: Simplify management of pre-allocated event data.
Jim Mussared
2019-11-12
docs/library/ubluetooth: Fix name and link to FLAG_xxx constants.
Damien George
2019-10-29
docs/library/ubluetooth: Add docs for gatts_set_buffer.
Jim Mussared
2019-10-22
docs/library/bluetooth: Rename to "ubluetooth".
Jim Mussared