aboutsummaryrefslogtreecommitdiff
path: root/docs/library/ubluetooth.rst
AgeCommit message (Expand)Author
2020-12-02docs/library/ubluetooth.rst: Add passkey docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add bonding docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add gap_pair() docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add pairing/bonding config docs.Jim Mussared
2020-12-02extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.Andrew Leech
2020-12-02docs/library/ubluetooth.rst: Update read request IRQ docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Update char/desc flags.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add _IRQ_CONNECTION_UDPATE docs.Jim Mussared
2020-11-24docs/library/ubluetooth.rst: Add docs for L2CAP channels.Jim Mussared
2020-09-25extmod/modbluetooth: Change module-owned bytes objects to memoryview.Damien George
2020-09-18docs/library/ubluetooth.rst: Add docs for MTU API.Jim Mussared
2020-09-15docs/library/ubluetooth.rst: Clarify peripheral/central vs server/clientJim Mussared
2020-09-15docs/library/ubluetooth.rst: Clarify position/kw arguments.Jim Mussared
2020-09-08docs/library/ubluetooth.rst: Document BLE address modes.Jim Mussared
2020-08-26extmod/bluetooth: Support active scanning in BLE.gap_scan().Andrew Leech
2020-07-20docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE.Jim Mussared
2020-07-18docs/library: Add gatts_indicate() doc to ubluetooth.rst.Jim Mussared
2020-06-05extmod/modbluetooth: Ensure status=0 always on success.Jim Mussared
2020-06-05docs/library: Update ubluetooth for new events and discover by uuid.Jim Mussared
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-04-29unix: Add support for modbluetooth and BLE using btstack.Jim Mussared
2020-04-19docs/library: Document that char_data/notify_data are also references.Thomas Friebel
2020-03-11extmod/modbluetooth: Change scan result's "connectable" to "adv_type".Damien George
2020-02-18extmod/modbluetooth: Implement config getter for BLE rxbuf size.Thomas Friebel
2020-01-12docs/library: Add / to indicate positional-only args in library docs.Jason Neal
2019-12-10docs/library/ubluetooth: Add note about API being under development.Damien George
2019-12-05extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).Damien George
2019-12-04extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.Damien George
2019-11-25extmod/modbluetooth: Simplify management of pre-allocated event data.Jim Mussared
2019-11-12docs/library/ubluetooth: Fix name and link to FLAG_xxx constants.Damien George
2019-10-29docs/library/ubluetooth: Add docs for gatts_set_buffer.Jim Mussared
2019-10-22docs/library/bluetooth: Rename to "ubluetooth".Jim Mussared