Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dencryption.rs148 .with_peer_page_1_feature(SecureConnectionsHostSupport) in accept_aes_ccm_encryption_request()
160 .with_peer_page_1_feature(SecureConnectionsHostSupport) in initiate_aes_ccm_encryption()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/
Dcontext.rs42 .with_peer_page_1_feature(hci::LMPFeaturesPage1Bits::SecureSimplePairingHostSupport) in new()
55 pub fn with_peer_page_1_feature(mut self, feature: hci::LMPFeaturesPage1Bits) -> Self { in with_peer_page_1_feature() method