summaryrefslogtreecommitdiff
path: root/examples/src/bin/ble_bas_peripheral.rs
AgeCommit message (Expand)Author
2022-08-22Update Embassy.Dario Nieuwenhuis
2022-08-03Update Embassy (for the executor/util crate split)Dario Nieuwenhuis
2022-07-14Add rustfmt.toml to match embassy formattingalexmoon
2022-07-14Remove unused nightly features.Dario Nieuwenhuis
2022-07-14No allocDario Nieuwenhuis
2022-07-12Modify macros to use the builder interface and add an builder examplealexmoon
2022-07-12Make Softdevice::enable return an exclusive referencealexmoon
2021-10-15Merge branch 'master' into feature/indicationsAlbert Skog
2021-10-15make CCCD write a single eventAlbert Skog
2021-10-11Derive event variant from struct field nameUlf Lilleengen
2021-10-11Add gatt_server macro for registering a GATT serverUlf Lilleengen
2021-10-11Rename gatt_server to gatt_serviceUlf Lilleengen
2021-10-11Remove write from battery serviceUlf Lilleengen
2021-10-08Split battery and foo serviceUlf Lilleengen
2021-10-07Rename back to on_writeUlf Lilleengen
2021-10-06Simplify APIUlf Lilleengen
2021-10-05Update an exampleUlf Lilleengen
2021-08-05update embassy and toolchain (#76)F_Punk
2021-07-24switch to internal clock source for examplespbert
2021-06-19Add non-connectable advertisements.Dario Nieuwenhuis
2021-05-10Update embassyDario Nieuwenhuis
2021-03-17Update embassy, fix for latest nightly.Dario Nieuwenhuis
2021-02-26Fix warnings. Closes #39Dario Nieuwenhuis
2021-02-26Updat examples to defmt 0.2Dario Nieuwenhuis
2021-02-03update embassyDario Nieuwenhuis
2020-12-04l2cap: allow setting rx flow control creditsDario Nieuwenhuis
2020-12-03Take configs by ref.Dario Nieuwenhuis
2020-12-03Add l2cap APIDario Nieuwenhuis
2020-11-24Update to defmt panic/assert/unwrap macrosDario Nieuwenhuis
2020-11-10update examples to anyfmtDario Nieuwenhuis
2020-11-09gatt_server: fix macro breaking if missing imports.Dario Nieuwenhuis
2020-11-09AATT MTU and data length negotiationsJacob Rosenthal
2020-11-09Add uuid handling in gatt_server proc macro.Dario Nieuwenhuis
2020-11-09Take owned reserved peripherals in enable. Fixes #4Dario Nieuwenhuis
2020-11-02Fix wrong signal_fn in executors.Dario Nieuwenhuis
2020-10-31Migrate to embassy (removes static-executor and async-flash)Dario Nieuwenhuis
2020-09-18WIP proc macro for defining GATT servers.Dario Nieuwenhuis
2020-09-16Add utility wrappers in gatt server impl.Dario Nieuwenhuis
2020-09-16gatt_server: add support for notifications.Dario Nieuwenhuis
2020-09-16Fix commentDario Nieuwenhuis
2020-09-16gatt_server: add event handling to run.Dario Nieuwenhuis
2020-09-15WIP handle gatt_server writes.Dario Nieuwenhuis
2020-09-15Add GATT server registerationDario Nieuwenhuis
2020-09-15Add Connection.detach() to avoid auto-disconnect on dropDario Nieuwenhuis
2020-09-14example -> examplesDario Nieuwenhuis