summaryrefslogtreecommitdiff
path: root/extmod/btstack/modbluetooth_btstack.c
AgeCommit message (Expand)Author
2020-09-18extmod/modbluetooth: Implement MTU.Jim Mussared
2020-09-08extmod/btstack: Detect HCI UART init failure.Jim Mussared
2020-09-08extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST.Andrew Leech
2020-09-08extmod/modbluetooth: Allow using mp_hal_get_mac as a static address.Jim Mussared
2020-09-08extmod/modbluetooth: Implement configuration of address modes.Jim Mussared
2020-09-08extmod/modbluetooth: Refactor stack/hci/driver/port bindings.Jim Mussared
2020-09-08extmod/modbluetooth: Rename logging macro to be just DEBUG_printf.Jim Mussared
2020-08-26extmod/bluetooth: Support active scanning in BLE.gap_scan().Andrew Leech
2020-08-26extmod/btstack: Implement GAP scan duration_ms parameter.Jim Mussared
2020-07-20extmod/modbluetooth: Add event for "indicate acknowledgement".Jim Mussared
2020-07-20extmod/modbluetooth: Fix so it builds in peripheral-only mode.Jim Mussared
2020-07-18docs/library: Add gatts_indicate() doc to ubluetooth.rst.Jim Mussared
2020-07-18extmod/btstack: Schedule notify/indicate/write ops for bg completion.Jim Mussared
2020-06-18tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.Damien George
2020-06-05extmod/modbluetooth: Implement read done event.Jim Mussared
2020-06-05extmod/modbluetooth: Allow discovery of svc/char by uuid.Jim Mussared
2020-06-05extmod/modbluetooth: Add discover complete events for svc/char/desc.Jim Mussared
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-04-29extmod/modbluetooth: Fix sign compare and unused variable warnings.Jim Mussared
2020-04-29extmod/btstack: Implement more robust init/deinit sequencing.Jim Mussared
2020-04-29extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.Jim Mussared
2020-04-07extmod/btstack: Pass through SCAN_RSP events.Damien George
2020-03-11extmod/modbluetooth: Change scan result's "connectable" to "adv_type".Damien George
2020-03-11extmod/nimble: Clarify active state and check for active in all methods.Jim Mussared
2020-03-10extmod/btstack: Implement notifications/indications for GATT clients.Damien George
2020-03-10extmod/btstack: Implement scan and gatt client, connect and disconnect.Damien George
2020-03-10extmod/btstack: Implement gatts_db for btstack.Damien George
2020-03-10extmod/btstack: Implement service registration.Damien George
2020-03-10extmod/btstack: Implement advertising.Damien George
2020-03-10extmod/btstack: Add empty modbluetooth implementation.Damien George