micropython/examples/bluetooth
Jim Mussared f6fd46c402 examples/bluetooth: Add bonding/passkey demo.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2020-12-02 14:44:00 +11:00
..
ble_advertising.py
ble_bonding_peripheral.py examples/bluetooth: Add bonding/passkey demo. 2020-12-02 14:44:00 +11:00
ble_simple_central.py examples/bluetooth: Update to use positional-only args to irq(). 2020-09-26 21:19:18 +10:00
ble_simple_peripheral.py extmod/modbluetooth: Allow setting char/desc enc/auth options. 2020-12-02 14:36:50 +11:00
ble_temperature.py extmod/modbluetooth: Allow setting char/desc enc/auth options. 2020-12-02 14:36:50 +11:00
ble_temperature_central.py examples/bluetooth: Update to use positional-only args to irq(). 2020-09-26 21:19:18 +10:00
ble_uart_peripheral.py extmod/modbluetooth: Allow setting char/desc enc/auth options. 2020-12-02 14:36:50 +11:00
ble_uart_repl.py