//! BlueZ Adapter1 proxy for reading and controlling Bluetooth radio power.
use proxy;
/// Proxy for `org.bluez.Adapter1` on a specific adapter path (e.g. `/org/bluez/hci0`).
///
/// Used to read and toggle the adapter's `Powered` property, which controls
/// whether the Bluetooth radio is software-enabled.