summaryrefslogtreecommitdiff
path: root/nrf-softdevice/src/ble/mod.rs
AgeCommit message (Expand)Author
2021-06-07fmt: add new macro_rules-based fmt.rs, to make scoping consistent.Dario 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
2020-12-26cargo fixDario Nieuwenhuis
2020-12-09Add support for log and defmt based on feature flags.Dario Nieuwenhuis
2020-12-04More rusty Address typeDario Nieuwenhuis
2020-12-03Add get/set addressDario Nieuwenhuis
2020-11-09gatt_server: support char types other than u8Dario Nieuwenhuis
2020-09-14feature gate gatt_client and gatt_serverJacob Rosenthal
2020-09-14Add some docs.Dario Nieuwenhuis
2020-09-14Add Softdevice struct. makes API safer.Dario Nieuwenhuis
2020-09-11Add features to support all nrf chips and softdevices.Dario Nieuwenhuis
2020-09-11Reorganize and cleanup, rexport raw softdevice as 'raw'Dario Nieuwenhuis
2020-09-10use refcounting to track Connection instances.Dario Nieuwenhuis
2020-09-09Fix UB regarding bindgen unions and dynamically-sized array members.Dario Nieuwenhuis
2020-09-09Random fixes.Dario Nieuwenhuis
2020-09-08Saner way of handling events.Dario Nieuwenhuis
2020-09-07GATT server events.Dario Nieuwenhuis
2020-09-07Separate BLE code and events in modules.Dario Nieuwenhuis