MCPcopy Create free account
hub / github.com/deviceplug/btleplug / Manager

Interface Manager

src/api/mod.rs:500–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498/// ```
499#[async_trait]
500pub trait Manager {
501 /// The concrete type of the [`Central`] implementation.
502 type Adapter: Central;
503
504 /// Get a list of all Bluetooth adapters on the system. Each adapter implements [`Central`].
505 async fn adapters(&self) -> Result<Vec<Self::Adapter>>;
506}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected