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-12-02
docs/library/ubluetooth.rst: Add passkey docs.
Jim Mussared
2020-12-02
docs/library/ubluetooth.rst: Add bonding docs.
Jim Mussared
2020-12-02
docs/library/ubluetooth.rst: Add gap_pair() docs.
Jim Mussared
2020-12-02
docs/library/ubluetooth.rst: Add pairing/bonding config docs.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.
Andrew Leech
2020-12-02
docs/library/ubluetooth.rst: Update read request IRQ docs.
Jim Mussared
2020-12-02
docs/library/ubluetooth.rst: Update char/desc flags.
Jim Mussared
2020-12-02
docs/library/ubluetooth.rst: Add _IRQ_CONNECTION_UDPATE docs.
Jim Mussared
2020-11-24
docs/library/ubluetooth.rst: Add docs for L2CAP channels.
Jim Mussared
2020-09-25
extmod/modbluetooth: Change module-owned bytes objects to memoryview.
Damien George
2020-09-18
docs/library/ubluetooth.rst: Add docs for MTU API.
Jim Mussared
2020-09-15
docs/library/ubluetooth.rst: Clarify peripheral/central vs server/client
Jim Mussared
2020-09-15
docs/library/ubluetooth.rst: Clarify position/kw arguments.
Jim Mussared
2020-09-08
docs/library/ubluetooth.rst: Document BLE address modes.
Jim Mussared
2020-08-26
extmod/bluetooth: Support active scanning in BLE.gap_scan().
Andrew Leech
2020-07-20
docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE.
Jim Mussared
2020-07-18
docs/library: Add gatts_indicate() doc to ubluetooth.rst.
Jim Mussared
2020-06-05
extmod/modbluetooth: Ensure status=0 always on success.
Jim Mussared
2020-06-05
docs/library: Update ubluetooth for new events and discover by uuid.
Jim Mussared
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
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