Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dlegacy_pairing.rs49 let auth_result = authentication::send_challenge(ctx, 0, link_key).await; in initiate() localVariable
52 if auth_result.is_err() { in initiate()
92 let auth_result = authentication::send_challenge(ctx, 0, link_key).await; in respond() localVariable
94 if auth_result.is_err() { in respond()
Dsecure_simple_pairing.rs571 let auth_result = authentication::send_challenge(ctx, 0, link_key).await; in initiate() localVariable
574 if auth_result.is_err() { in initiate()
829 let auth_result = authentication::send_challenge(ctx, 0, link_key).await; in respond() localVariable
831 if auth_result.is_err() { in respond()