summaryrefslogtreecommitdiff
path: root/nrf-softdevice/src/ble/gatt_server.rs
AgeCommit message (Expand)Author
2022-07-14Add rustfmt.toml to match embassy formattingalexmoon
2022-07-13Merge pull request #122 from embassy-rs/less-logalexmoon
2022-07-12Modify macros to use the builder interface and add an builder examplealexmoon
2022-07-12Add service builderalexmoon
2022-07-07Lower some log levels.Dario Nieuwenhuis
2022-06-27Fix cccd att missingxgroleau 🐢
2022-05-16Add support for `write_without_response` on server characteristics.Bob McWhirter
2021-10-15Merge branch 'master' into feature/indicationsAlbert Skog
2021-10-15add commentsAlbert Skog
2021-10-11Add gatt_server macro for registering a GATT serverUlf Lilleengen
2021-10-11Rename gatt_server to gatt_serviceUlf Lilleengen
2021-10-07Rename back to on_writeUlf Lilleengen
2021-10-06Rename to on_eventUlf Lilleengen
2021-10-06Simplify furtherUlf Lilleengen
2021-10-06Simplify APIUlf Lilleengen
2021-10-05Refactor GATT handling to support multiple servicesUlf Lilleengen
2021-09-30fix formattingAlbert Skog
2021-09-30add support for indicationsAlbert Skog
2021-08-18Update rust, embassy, PACs. Add support for nrf52805, 820. (#77)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-23Remove feature(const_in_array_repeat_expressions)Dario Nieuwenhuis
2021-02-03portals restructure: Pass the event directly instead of a PortalMessage enum.Dario Nieuwenhuis
2021-01-24support variable length arrayrise0chen
2020-12-09Add support for log and defmt based on feature flags.Dario Nieuwenhuis
2020-12-06derive debugJacob Rosenthal
2020-12-03Better conn params and mtu configuration.Dario Nieuwenhuis
2020-11-24Update to defmt panic/assert/unwrap macrosDario Nieuwenhuis
2020-11-10Refactor ConnectionState to get rid of all Cells.Dario Nieuwenhuis
2020-11-09AATT MTU and data length negotiationsJacob Rosenthal
2020-09-18gatt_server: write_without_response, try_write_without_responseDario Nieuwenhuis
2020-09-16Add utility wrappers in gatt server impl.Dario Nieuwenhuis
2020-09-16gatt_server: add support for notifications.Dario Nieuwenhuis
2020-09-16gatt_server: add event handling to run.Dario Nieuwenhuis
2020-09-15WIP handle gatt_server writes.Dario Nieuwenhuis
2020-09-15Trace all events.Dario Nieuwenhuis
2020-09-15Add GATT server registerationDario Nieuwenhuis
2020-09-14More docs.Dario Nieuwenhuis
2020-09-11Reorganize and cleanup, rexport raw softdevice as 'raw'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