micropython/examples/bluetooth
Jim Mussared 6a3c89d584 extmod/modbluetooth: Add discover complete events for svc/char/desc.
Without this it's difficult to implement a state machine correctly if the
desired services are not found.
2020-06-05 14:07:52 +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.py extmod/modbluetooth: Make modbluetooth event not a bitfield. 2020-06-05 14:04:20 +10:00
ble_temperature_central.py extmod/modbluetooth: Add discover complete events for svc/char/desc. 2020-06-05 14:07:52 +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