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

Function handling a passkey request.