nrf-softdevice

Crates

0.1.0

Versions

s112

Flavors

Module peripheral

Source
Expand description

Bluetooth Peripheral operations. Peripheral devices emit advertisements, and optionally accept connections from Central devices.

Structs§

Config

Enums§

AdvertiseError
Error for [advertise_start]
ConnectableAdvertisement
Connectable advertisement types, which can accept connections from interested Central devices.
FilterPolicy
NonconnectableAdvertisement
Non-Connectable advertisement types. They cannot accept connections, they can be only used to broadcast information in the air.

Functions§

advertise
Perform non-connectable advertising.
advertise_connectable
Perform connectable advertising, returning the connection that’s established as a result.
advertise_pairable