micropython/examples/bluetooth
Jim Mussared c07ea3e4c2 extmod/modbluetooth: Implement read done event.
On btstack there's no status associated with the read result, it comes
through as a separate event.  This allows you to detect read failures or
timeouts.
2020-06-05 14:08:15 +10:00
..
ble_advertising.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
ble_temperature_central.py extmod/modbluetooth: Implement read done event. 2020-06-05 14:08:15 +10:00
ble_temperature.py extmod/modbluetooth: Make modbluetooth event not a bitfield. 2020-06-05 14:04:20 +10:00
ble_uart_peripheral.py extmod/modbluetooth: Make modbluetooth event not a bitfield. 2020-06-05 14:04:20 +10:00
ble_uart_repl.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00