Home
last modified time | relevance | path

Searched refs:legacy_pairing (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dauthentication.rs19 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()
Dmod.rs111 pub mod legacy_pairing; module