index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
btstack
/
modbluetooth_btstack.c
Commit message (
Expand
)
Author
Age
*
extmod/btstack: Fix descriptor discovery handle range and events.
Damien George
2022-07-20
*
extmod/btstack: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-07-18
*
extmod/modbluetooth: Support gap_connect(None) to cancel a connection.
Jonathan Hogg
2021-12-01
*
extmod/modbluetooth: Add connection interval to gap_connect.
Jim Mussared
2021-10-26
*
extmod/modbluetooth: Add send_update arg to gatts_write.
Jim Mussared
2021-08-14
*
extmod/btstack: Check that BLE is active before performing operations.
Damien George
2021-06-23
*
extmod/modbluetooth: Separate enabling of "client" from "central".
Jim Mussared
2021-02-19
*
extmod/modbluetooth: Allow NimBLE to use Zephyr static address.
Jim Mussared
2021-02-17
*
extmod/btstack: Add stub functions for passkey, l2cap bindings.
Damien George
2021-02-12
*
extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing.
Jim Mussared
2020-12-02
*
extmod/modbluetooth: Allow configuration of pairing/bonding parameters.
Jim Mussared
2020-12-02
*
extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.
Andrew Leech
2020-12-02
*
extmod/modbluetooth: Allow setting char/desc enc/auth options.
Andrew Leech
2020-12-02
*
extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event.
Andrew Leech
2020-12-02
*
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
Jim Mussared
2020-11-13
*
extmod/modbluetooth: Combine gattc-data-available callbacks into one.
Jim Mussared
2020-11-13
*
extmod/modbluetooth: Make UUID type accessible outside modbluetooth.c.
Jim Mussared
2020-11-13
*
extmod/modbluetooth: Implement MTU.
Jim Mussared
2020-09-18
*
extmod/btstack: Detect HCI UART init failure.
Jim Mussared
2020-09-08
*
extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST.
Andrew Leech
2020-09-08
*
extmod/modbluetooth: Allow using mp_hal_get_mac as a static address.
Jim Mussared
2020-09-08
*
extmod/modbluetooth: Implement configuration of address modes.
Jim Mussared
2020-09-08
*
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
Jim Mussared
2020-09-08
*
extmod/modbluetooth: Rename logging macro to be just DEBUG_printf.
Jim Mussared
2020-09-08
*
extmod/bluetooth: Support active scanning in BLE.gap_scan().
Andrew Leech
2020-08-26
*
extmod/btstack: Implement GAP scan duration_ms parameter.
Jim Mussared
2020-08-26
*
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-20
*
extmod/modbluetooth: Fix so it builds in peripheral-only mode.
Jim Mussared
2020-07-20
*
docs/library: Add gatts_indicate() doc to ubluetooth.rst.
Jim Mussared
2020-07-18
*
extmod/btstack: Schedule notify/indicate/write ops for bg completion.
Jim Mussared
2020-07-18
*
tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.
Damien George
2020-06-18
*
extmod/modbluetooth: Implement read done event.
Jim Mussared
2020-06-05
*
extmod/modbluetooth: Allow discovery of svc/char by uuid.
Jim Mussared
2020-06-05
*
extmod/modbluetooth: Add discover complete events for svc/char/desc.
Jim Mussared
2020-06-05
*
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-05-11
*
extmod/modbluetooth: Fix sign compare and unused variable warnings.
Jim Mussared
2020-04-29
*
extmod/btstack: Implement more robust init/deinit sequencing.
Jim Mussared
2020-04-29
*
extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Jim Mussared
2020-04-29
*
extmod/btstack: Pass through SCAN_RSP events.
Damien George
2020-04-07
*
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-11
*
extmod/nimble: Clarify active state and check for active in all methods.
Jim Mussared
2020-03-11
*
extmod/btstack: Implement notifications/indications for GATT clients.
Damien George
2020-03-10
*
extmod/btstack: Implement scan and gatt client, connect and disconnect.
Damien George
2020-03-10
*
extmod/btstack: Implement gatts_db for btstack.
Damien George
2020-03-10
*
extmod/btstack: Implement service registration.
Damien George
2020-03-10
*
extmod/btstack: Implement advertising.
Damien George
2020-03-10
*
extmod/btstack: Add empty modbluetooth implementation.
Damien George
2020-03-10