summaryrefslogtreecommitdiff
path: root/nrf-softdevice/src/ble/central.rs
AgeCommit message (Expand)Author
2022-07-14Add rustfmt.toml to match embassy formattingalexmoon
2022-07-07Lower some log levels.Dario Nieuwenhuis
2022-05-25Avoid UB around use-after-free and BLE scanning/stopping.Bob McWhirter
2022-05-11Print which unexpected event it is.Dario Nieuwenhuis
2021-08-18Update rust, embassy, PACs. Add support for nrf52805, 820. (#77)Dario Nieuwenhuis
2021-06-29ble/conn: allow get/set the conn params.Dario Nieuwenhuis
2021-06-07Add more derives to errors.Dario Nieuwenhuis
2021-06-07fmt: add new macro_rules-based fmt.rs, to make scoping consistent.Dario Nieuwenhuis
2021-02-26Fix warnings. Closes #39Dario Nieuwenhuis
2021-02-03unify and improve central config structsDario Nieuwenhuis
2021-02-03portals restructure: Pass the event directly instead of a PortalMessage enum.Dario Nieuwenhuis
2021-01-29must use WHITELIST on connectrise0chen
2021-01-29add ScanParamsrise0chen
2020-12-26cargo fixDario Nieuwenhuis
2020-12-25Add tx_power config to connect/scanDario Nieuwenhuis
2020-12-09Add support for log and defmt based on feature flags.Dario Nieuwenhuis
2020-12-09central: add support for connecting to multiple addrs at onceDario Nieuwenhuis
2020-12-03Take configs by ref.Dario Nieuwenhuis
2020-12-03Better conn params and mtu configuration.Dario Nieuwenhuis
2020-11-25Add scan API for scanning for advertisements.Dario Nieuwenhuis
2020-11-24Update to defmt panic/assert/unwrap macrosDario Nieuwenhuis
2020-11-23Remove unused *StopErrorDario Nieuwenhuis
2020-11-10Refactor ConnectionState to get rid of all Cells.Dario Nieuwenhuis
2020-11-10Properly handle future drops. Add on/off example showcasing it.Dario Nieuwenhuis
2020-11-09Simplify data length negotiation (always use supported max)Dario Nieuwenhuis
2020-11-09Move desired param logic to ConnectionState. Remove signals.Dario Nieuwenhuis
2020-11-09AATT MTU and data length negotiationsJacob Rosenthal
2020-09-15Trace all events.Dario Nieuwenhuis
2020-09-14More docs.Dario Nieuwenhuis
2020-09-14Add some docs.Dario Nieuwenhuis
2020-09-14Add Softdevice struct. makes API safer.Dario Nieuwenhuis