summaryrefslogtreecommitdiff
path: root/extmod/nimble
AgeCommit message (Expand)Author
2024-03-15extmod/nimble: Check for active before setting address mode.Daniël van de Giessen
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2024-02-29extmod/nimble: Enable key distribution to support bonding.Daniël van de Giessen
2024-02-29extmod/nimble: Override configuration options set in nimble_port_init.Daniël van de Giessen
2023-12-22extmod/nimble: Do not set GAP device name after sync.Daniël van de Giessen
2023-12-08extmod: Switch to use new event functions.Angus Gratton
2023-11-03py/misc: Change sizeof to offsetof for variable-length alloc.Jim Mussared
2023-10-03all: Fix various spelling mistakes found by codespell 2.2.6.Damien George
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-04-26extmod/modbluetooth: Make all HCI transports trace in the same format.Jim Mussared
2023-04-26extmod/nimble: Fix flags for descriptor registration.Jim Mussared
2023-04-26extmod/btstack: Include value handle in client read/write events.Jim Mussared
2023-04-26extmod/modbluetooth: Merge gatts_notify/indicate implementation.Jim Mussared
2022-10-11extmod: Make extmod.mk self-contained.Jim Mussared
2022-10-11extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES.Jim Mussared
2022-09-09extmod/modbluetooth: Replace def_handle with end_handle in char IRQ.Jim Mussared
2022-07-18extmod/nimble: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-06-03extmod/nimble: Add support for reading whole HCI UART packets.Andrew Leech
2021-12-01extmod/modbluetooth: Support gap_connect(None) to cancel a connection.Jonathan Hogg
2021-10-26extmod/nimble: Remove workaround for OS_ENOMEM.Jim Mussared
2021-10-26extmod/nimble: Update to NimBLE v1.4.Jim Mussared
2021-10-26extmod/modbluetooth: Add connection interval to gap_connect.Jim Mussared
2021-09-19extmod/nimble: Add nimble CMake fragment file.iabdalkader
2021-08-14extmod/modbluetooth: Add send_update arg to gatts_write.Jim Mussared
2021-07-23extmod/nimble: Add "memory stalling" mechanism for l2cap_send.Jim Mussared
2021-07-23extmod/nimble: Allow modbluetooth binding to hook "sent HCI packet".Jim Mussared
2021-07-17extmod/nimble: Fix leak in l2cap_send if send-while-stalled.Jim Mussared
2021-06-17extmod/nimble: Remove TODO comment about notify_custom freeing om.Damien George
2021-02-19extmod/modbluetooth: Separate enabling of "client" from "central".Jim Mussared
2021-02-17extmod/modbluetooth: Allow NimBLE to use Zephyr static address.Jim Mussared
2021-02-17extmod/nimble/hal/hal_uart: Fix HCI_TRACE format specifiers.Jim Mussared
2021-02-16extmod/nimble: Ensure handle is set on read error.Jim Mussared
2021-01-30extmod/nimble: Improve the flow control for l2cap recv path.Jim Mussared
2021-01-22extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function.Jim Mussared
2020-12-23extmod/nimble: Don't assert on save-IRK failure.Jim Mussared
2020-12-23extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init.Jim Mussared
2020-12-02extmod/nimble: Generate and persist a unique IRK.Jim Mussared
2020-12-02extmod/modbluetooth: Add support for passkey authentication.Jim Mussared
2020-12-02extmod/modbluetooth: Add support for bonding (key persistence).Jim Mussared
2020-12-02extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing.Jim Mussared
2020-12-02extmod/modbluetooth: Allow configuration of pairing/bonding parameters.Jim Mussared
2020-12-02extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.Andrew Leech
2020-12-02extmod/modbluetooth: Add compile-config flag to enable pairing/bonding.Jim Mussared
2020-12-02extmod/modbluetooth: Allow user-specified reason in read request IRQ.Jim Mussared
2020-12-02extmod/modbluetooth: Allow setting char/desc enc/auth options.Andrew Leech
2020-12-02extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event.Andrew Leech
2020-12-02extmod/nimble: Fail read if the characteristic is too big.Jim Mussared
2020-11-24extmod/nimble/modbluetooth_nimble: Fix build when l2cap unavailable.Jim Mussared
2020-11-24extmod/modbluetooth: Add API for L2CAP channels.Jim Mussared
2020-11-13extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events.Jim Mussared