micropython/examples/bluetooth
jxltom 834b482e67 examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising.
According to Supplement to the Bluetooth Core Specification v8 Part A
1.3.1, to support BR/EDR the code should set the fifth bit (Simultaneous LE
and BR/EDR to Same Device Capable (Controller)) and fourth bit
(Simultaneous LE and BR/EDR to Same Device Capable (Host)) of the flag.
2020-06-05 14:24:09 +10:00
..
ble_advertising.py examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising. 2020-06-05 14:24:09 +10:00
ble_temperature_central.py extmod/modbluetooth: Ensure status=0 always on success. 2020-06-05 14:11:04 +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