Type Alias bluer::agent::DisplayPasskeyFn

source ·
pub type DisplayPasskeyFn = Box<dyn Fn(DisplayPasskey) -> Pin<Box<dyn Future<Output = ReqResult<()>> + Send>> + Send + Sync>;
Available on crate feature bluetoothd only.
Expand description

Function handling a display passkey request.

Aliased Type§

struct DisplayPasskeyFn(/* private fields */);