Crate host_watcher

Source

Structs§

HostWatcher
Watches for changes in state in the active Bluetooth Host of the system. HostWatcher implements Stream. The HostWatcher must be polled to receive updates about the currently active host.

Enums§

HostEvent
Item type returned by <HostWatcher as Stream>::poll_next.