aboutsummaryrefslogtreecommitdiff
path: root/extmod/nimble
AgeCommit message (Expand)Author
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-04-29extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.Jim Mussared
2020-04-29stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.Jim Mussared
2020-04-27extmod/nimble: Update to work with NimBLE 1.3.Jim Mussared
2020-03-11extmod/nimble: When getting BLE MAC try public address if random fails.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-10stm32: Refactor Bluetooth HCI RX to be independent of transport layer.Damien George
2020-03-10extmod/modbluetooth: Extract out gatts_db functionality from nimble.Damien George
2020-03-10stm32: Refactor bluetooth stack/hci/driver bindings.Damien George
2020-03-06extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.Damien George
2019-11-01extmod/nimble: Factor out stm32-specific HCI UART RX/TX code.Damien George
2019-11-01extmod/nimble: Remove unneeded nimble_sprintf wrapper function.Damien George
2019-10-15extmod/modbluetooth: Increase maximum connections from 1 to 4.Jim Mussared
2019-10-08stm32: Extract port-specific Nimble implementation.Jim Mussared
2019-10-01extmod/nimble: Add nimble bindings.Damien George