summaryrefslogtreecommitdiffstatshomepage
path: root/examples/bluetooth/ble_temperature_central.py
Commit message (Expand)AuthorAge
* examples/bluetooth: Link to aioble in BLE examples.Jim Mussared2023-09-01
* examples/bluetooth/ble_temperature_central.py: Remove service tuple.Jim Mussared2023-04-26
* examples/bluetooth: Fix check for _conn_handle being None.Damien George2023-02-15
* examples/bluetooth: Update to use positional-only args to irq().Jim Mussared2020-09-26
* all: Update Python code to conform to latest black formatting.Damien George2020-08-29
* examples/bluetooth: Fix event code in ble_temperature_central.py.Jim Mussared2020-06-10
* extmod/modbluetooth: Ensure status=0 always on success.Jim Mussared2020-06-05
* extmod/modbluetooth: Implement read done event.Jim Mussared2020-06-05
* extmod/modbluetooth: Add discover complete events for svc/char/desc.Jim Mussared2020-06-05
* extmod/modbluetooth: Make modbluetooth event not a bitfield.Jim Mussared2020-06-05
* examples/bluetooth: Replace "connectable" parameter with "adv_type".Thomas Friebel2020-03-12
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* examples/bluetooth/ble_temperature_central.py: Shorten comment.Damien George2020-02-28
* examples/bluetooth: Add example for reading temperature sensor.Jim Mussared2019-11-25