Expand description
Bluetooth Peripheral operations. Peripheral devices emit advertisements, and optionally accept connections from Central devices.
Structs§
Enums§
- Advertise
Error - Error for [
advertise_start
] - Connectable
Advertisement - Connectable advertisement types, which can accept connections from interested Central devices.
- Filter
Policy - Nonconnectable
Advertisement - 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