micropython/examples/bluetooth
Andrew Leech 1697ff335d extmod/modbluetooth: Allow setting char/desc enc/auth options.
This widens the characteristic/descriptor flags to 16-bit, to allow setting
encryption/authentication requirements.

Sets the required flags for NimBLE and btstack implementations.

The BLE.FLAG_* constants will eventually be deprecated in favour of copy
and paste Python constants (like the IRQs).

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2020-12-02 14:36:50 +11:00
..
ble_advertising.py examples/bluetooth: In ble_advertising.py, skip appearance if not set. 2020-07-18 14:23:20 +10: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_central.py examples/bluetooth: Update to use positional-only args to irq(). 2020-09-26 21:19:18 +10:00
ble_temperature.py extmod/modbluetooth: Allow setting char/desc enc/auth options. 2020-12-02 14:36:50 +11: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 all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00