Crate nrf_softdevice

Source
Expand description

You might want to browse the `nrf-softdevice` documentation on the Embassy website instead.

The documentation here on `docs.rs` is built for a single chip and single softdevice only (nRF52840 and s140 in particular), while on the Embassy website you can pick your exact combination from the top menu. Available APIs change depending on the chip and softdevice.

Re-exports§

pub use nrf_softdevice_s140 as raw;

Modules§

ble
Bluetooth Low Energy

Structs§

Config
Softdevice configuration.
Flash
Singleton instance of the Flash softdevice functionality.
Softdevice
Singleton instance of the enabled softdevice.

Enums§

FlashError
RawError
All possible errors returned by softdevice calls.
SocEvent
SoC events reported by the softdevice.

Functions§

random_bytes
Get cryptographically-securerandom bytes.
temperature_celsius
Get temperature reading in Celsius

Attribute Macros§

gatt_client
gatt_server
gatt_service