Module central

Source
Expand description

Contains traits that are used to find and connect to Low Energy Peers, i.e. the GAP Central and Observer roles role defined in the Bluetooth Core Specification (5.4, Volume 3 Part C Section 2.2.2)

These traits should be implemented outside this crate, conforming to the types and structs here when necessary.

Structs§

ScanFilter
A ScanFilter must match all of its combined filters and conditions to provide a result. Currently can only include zero or more Filters. The Default ScanFilter will match everything and should be avoided.
ScanResult

Enums§

AdvertisingDatum
Filter
Matches a single advertised attribute or condition from a Bluetooth Low Energy peer.
PeerName

Traits§

Central