index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
btstack
/
modbluetooth_btstack.c
Age
Commit message (
Expand
)
Author
2020-09-18
extmod/modbluetooth: Implement MTU.
Jim Mussared
2020-09-08
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-08-26
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-07-20
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-18
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-06-18
tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.
Damien George
2020-06-05
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-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-04-29
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-07
extmod/btstack: Pass through SCAN_RSP events.
Damien George
2020-03-11
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-10
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