summaryrefslogtreecommitdiff
path: root/nrf-softdevice/src/ble
AgeCommit message (Expand)Author
2022-08-29peripheral: add derives to Advertisement enums.Dario Nieuwenhuis
2022-07-14Update to 2021 editionalexmoon
2022-07-14Add rustfmt.toml to match embassy formattingalexmoon
2022-07-13Merge pull request #116 from embassy-rs/ignore_slave_latencyalexmoon
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-07-06Add a Connection iteratoralexmoon
2022-06-27Fix cccd att missingxgroleau 🐢
2022-06-17Only allow ignore_slave_latency when ble-peripheral is enabled.Dario Nieuwenhuis
2022-06-17Add Conn::ignore_slave_latency.Dario Nieuwenhuis
2022-05-25Avoid UB around use-after-free and BLE scanning/stopping.Bob McWhirter
2022-05-16Add support for `write_without_response` on server characteristics.Bob McWhirter
2022-05-13Add conn RSSI measurement.Dario Nieuwenhuis
2022-05-12Workaround l2cap credit flow control bugDario Nieuwenhuis
2022-05-12Fix unexpected event on disconnect during l2cap setup.Dario Nieuwenhuis
2022-05-11Print which unexpected event it is.Dario Nieuwenhuis
2022-02-11Add FixedGattValue for boolDaniel Franklin
2022-01-27Fix example buildDario Nieuwenhuis
2021-11-20gatt traits: FromGattError impl everythingJacob Rosenthal
2021-11-20gatt traits: add const array and heapless stringJacob Rosenthal
2021-10-18ble/l2cap: add listen_with, to allow listening on multiple PSMs at once.Dario Nieuwenhuis
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-07-21use unwrap macroDario Nieuwenhuis
2021-06-29ble/gap: unconditionally accept peer's conn param requests.Dario Nieuwenhuis
2021-06-29ble/conn: allow get/set the conn params.Dario Nieuwenhuis
2021-06-19Add non-connectable advertisements.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-05-27Fix crash when rxing and txing simultaneously in l2capDario Nieuwenhuis
2021-05-26Update heaplessDario Nieuwenhuis
2021-05-02Merge pull request #61 from metaspace/gatt-client-timeoutDario Nieuwenhuis
2021-04-29feat: Handle timeout for gatt client writesAndreas Hindborg
2021-04-12fix: Fix an issue where SD L2Cap tx queue would overflowAndreas Hindborg
2021-03-11Report allocation failure in l2cap rx instead of panicking.Dario Nieuwenhuis
2021-02-26Fix warnings. Closes #39Dario Nieuwenhuis
2021-02-24updated defmt and defmt-rtt to 0.2.0fnafnio
2021-02-23Add function to get conn_handleDario Nieuwenhuis