Home
last modified time | relevance | path

Searched refs:receive_challenge (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dlegacy_pairing.rs50 authentication::receive_challenge(ctx, link_key).await; in initiate()
91 authentication::receive_challenge(ctx, link_key).await; in respond()
Dauthentication.rs39 pub async fn receive_challenge(ctx: &impl Context, _link_key: [u8; 16]) { in receive_challenge() function
Dsecure_simple_pairing.rs572 authentication::receive_challenge(ctx, link_key).await; in initiate()
828 authentication::receive_challenge(ctx, link_key).await; in respond()