Searched refs:legacy_pairing (Results 1 – 2 of 2) sorted by relevance
19 use crate::lmp::procedure::legacy_pairing;89 legacy_pairing::initiate(ctx).await in initiate()121 Either::Right(in_rand) => legacy_pairing::respond(ctx, in_rand).await, in respond()
111 pub mod legacy_pairing; module