aboutsummaryrefslogtreecommitdiff
path: root/docs/library/bluetooth.rst
AgeCommit message (Expand)Author
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-04-26extmod/btstack: Include value handle in client read/write events.Jim Mussared
2023-04-26extmod/modbluetooth: Merge gatts_notify/indicate implementation.Jim Mussared
2022-09-09extmod/modbluetooth: Replace def_handle with end_handle in char IRQ.Jim Mussared
2022-06-24docs/library/bluetooth: Add link to aioble.Jim Mussared
2021-12-01extmod/modbluetooth: Support gap_connect(None) to cancel a connection.Jonathan Hogg
2021-10-26extmod/modbluetooth: Add connection interval to gap_connect.Jim Mussared
2021-09-10docs/library/bluetooth.rst: Update incorrect link to gatts_write.Matt Trentini
2021-08-14extmod/modbluetooth: Add send_update arg to gatts_write.Jim Mussared
2021-08-13docs: Replace ufoo with foo in all docs.Jim Mussared
2021-08-13docs: Rename ufoo.rst to foo.rst.Jim Mussared
2019-10-22docs/library/bluetooth: Rename to "ubluetooth".Jim Mussared
2019-10-16docs/library/bluetooth.rst: Fix typo in HR/UART services example.Damien George
2019-10-15extmod/modbluetooth: Make gap_disconnect not raise when disconnected.Jim Mussared
2019-10-15docs/library/bluetooth.rst: Explain how to increase char buffer size.Jim Mussared
2019-10-15docs/library/bluetooth.rst: Clarify gap_advertise adv_data behavior.Jim Mussared
2019-10-11docs/library/bluetooth: Add initial BLE documentation.Jim Mussared