index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
bluetooth
Age
Commit message (
Expand
)
Author
2023-09-01
examples/bluetooth: Link to aioble in BLE examples.
Jim Mussared
2023-09-01
examples/bluetooth: Raise ValueError when advertising data is too large.
Alexander Wilde
2023-08-16
all: Add missing imports for micropython.const.
Angus Gratton
2023-04-26
examples/bluetooth/ble_temperature_central.py: Remove service tuple.
Jim Mussared
2023-02-15
examples/bluetooth: Fix check for _conn_handle being None.
Damien George
2023-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2020-12-02
examples/bluetooth: Add bonding/passkey demo.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow setting char/desc enc/auth options.
Andrew Leech
2020-09-26
examples/bluetooth: Update to use positional-only args to irq().
Jim Mussared
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-07-20
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-18
examples/bluetooth: Add simple UART demo with central and peripheral.
Jim Mussared
2020-07-18
examples/bluetooth: In ble_advertising.py, skip appearance if not set.
Jim Mussared
2020-06-10
examples/bluetooth: Fix event code in ble_temperature_central.py.
Jim Mussared
2020-06-05
examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising.
jxltom
2020-06-05
extmod/modbluetooth: Ensure status=0 always on success.
Jim Mussared
2020-06-05
extmod/modbluetooth: Implement read done event.
Jim Mussared
2020-06-05
extmod/modbluetooth: Add discover complete events for svc/char/desc.
Jim Mussared
2020-06-05
extmod/modbluetooth: Make modbluetooth event not a bitfield.
Jim Mussared
2020-03-12
examples/bluetooth: Replace "connectable" parameter with "adv_type".
Thomas Friebel
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
examples/bluetooth/ble_temperature_central.py: Shorten comment.
Damien George
2019-11-25
examples/bluetooth: Add example for reading temperature sensor.
Jim Mussared
2019-11-25
examples/bluetooth: Add helpers for decoding advertising payloads.
Jim Mussared
2019-10-29
examples/bluetooth/ble_uart_peripheral: Use append mode for RX char.
Jim Mussared
2019-10-22
examples/bluetooth/ble_uart_peripheral.py: Add usage demo.
Jim Mussared
2019-10-22
examples/bluetooth: Use UUIDs directly to add services to adv payload.
Jim Mussared
2019-10-18
examples/bluetooth: Add basic BLE peripheral examples.
Jim Mussared