Home
last modified time | relevance | path

Searched refs:receive_hci_command (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dlegacy_pairing.rs25 let _pin_code = ctx.receive_hci_command::<hci::PinCodeRequestReply>().await; in initiate()
70 let _pin_code = ctx.receive_hci_command::<hci::PinCodeRequestReply>().await; in respond()
Dauthentication.rs45 let _ = ctx.receive_hci_command::<hci::AuthenticationRequested>().await; in initiate()
57 .receive_hci_command::<Either<hci::LinkKeyRequestReply, hci::LinkKeyRequestNegativeReply>>() in initiate()
Dsecure_simple_pairing.rs216 .receive_hci_command::<Either< in user_confirmation_request()
252 .receive_hci_command::<Either< in user_passkey_request()
299 .receive_hci_command::<Either< in remote_oob_data_request()
337 .receive_hci_command::<Either< in initiate()
615 .receive_hci_command::<Either< in respond()
Dencryption.rs27 let _ = ctx.receive_hci_command::<hci::SetConnectionEncryption>().await; in initiate()
Dmod.rs39 fn receive_hci_command<C: TryFrom<hci::Command>>(&self) -> ReceiveFuture<'_, Self, C> { in receive_hci_command() method