circuitpython/examples/bluetooth
Damien George a9b038a57e examples/bluetooth/ble_advertising.py: Fix decoding UUIDs.
The UUID32 case was incorrect: first, the "<d" should have been "<I", and
second, the UUID constructor treats integer arguments as UUID16.  So this
UUID32 case needs to pass in the actual data bytes.

And then it's simpler to just make all cases pass in the data bytes.

Signed-off-by: Damien George <damien@micropython.org>
2025-07-31 11:02:41 +10:00
..
ble_advertising.py examples/bluetooth/ble_advertising.py: Fix decoding UUIDs. 2025-07-31 11:02:41 +10:00
ble_bonding_peripheral.py examples/bluetooth: Link to aioble in BLE examples. 2023-09-01 14:05:32 +10:00
ble_simple_central.py examples/bluetooth: Link to aioble in BLE examples. 2023-09-01 14:05:32 +10:00
ble_simple_peripheral.py examples/bluetooth: Link to aioble in BLE examples. 2023-09-01 14:05:32 +10:00
ble_temperature.py examples/bluetooth: Link to aioble in BLE examples. 2023-09-01 14:05:32 +10:00
ble_temperature_central.py examples/bluetooth: Link to aioble in BLE examples. 2023-09-01 14:05:32 +10:00
ble_uart_peripheral.py examples/bluetooth: Link to aioble in BLE examples. 2023-09-01 14:05:32 +10:00
ble_uart_repl.py all: Add missing imports for micropython.const. 2023-08-16 16:13:27 +10:00