78 Commits (69c25ea8653566ec97690b5121bd10b753c89426)

Author SHA1 Message Date
Jim Mussared ed14435a8e extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 4 years ago
Jim Mussared e46aac24ba extmod/modbluetooth: Rename logging macro to be just DEBUG_printf. 4 years ago
Andrew Leech a80a146858 extmod/bluetooth: Support active scanning in BLE.gap_scan(). 4 years ago
Jim Mussared 3d9a7ed02f extmod/btstack: Implement GAP scan duration_ms parameter. 4 years ago
Jim Mussared 9d823a5d9a extmod/modbluetooth: Add event for "indicate acknowledgement". 4 years ago
Jim Mussared 3c7ca2004c extmod/modbluetooth: Fix so it builds in peripheral-only mode. 4 years ago
Jim Mussared b7698841b2 docs/library: Add gatts_indicate() doc to ubluetooth.rst. 4 years ago
Jim Mussared e152d0c197 extmod/btstack: Schedule notify/indicate/write ops for bg completion. 4 years ago
Damien George 026fda605e tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting. 4 years ago
Jim Mussared c07ea3e4c2 extmod/modbluetooth: Implement read done event. 4 years ago
Jim Mussared 919d640aec extmod/modbluetooth: Allow discovery of svc/char by uuid. 5 years ago
Jim Mussared 6a3c89d584 extmod/modbluetooth: Add discover complete events for svc/char/desc. 5 years ago
Damien George 3b6c9119eb extmod/modbluetooth: Add support for changing the GAP device name. 5 years ago
Jim Mussared 2e3c42775a unix: Add btstack to the unix submodules list. 5 years ago
Jim Mussared ebfd9ff2e6 extmod/modbluetooth: Fix sign compare and unused variable warnings. 5 years ago
Jim Mussared 7563d58210 unix: Add support for modbluetooth and BLE using btstack. 5 years ago
Jim Mussared c987adb9e9 extmod/btstack: Implement more robust init/deinit sequencing. 5 years ago
Jim Mussared 8119ec0765 extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule. 5 years ago
Jim Mussared 0da47ecc93 stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports. 5 years ago
Damien George 899e89d4c6 extmod/btstack: Pass through SCAN_RSP events. 5 years ago
Damien George dd0bc26e65 extmod/modbluetooth: Change scan result's "connectable" to "adv_type". 5 years ago
Jim Mussared 1937fb22ab extmod/nimble: Clarify active state and check for active in all methods. 5 years ago
Damien George d7259f6b1c extmod/btstack: Implement notifications/indications for GATT clients. 5 years ago
Damien George 018ce122ca extmod/btstack: Implement scan and gatt client, connect and disconnect. 5 years ago
Damien George 372e5a280e extmod/btstack: Implement gatts_db for btstack. 5 years ago
Damien George 86c26db3ff extmod/btstack: Implement service registration. 5 years ago
Damien George 0674917bc5 extmod/btstack: Implement advertising. 5 years ago
Damien George fbefcef1df extmod/btstack: Add empty modbluetooth implementation. 5 years ago