Searched refs:receive_hci_command (Results 1 – 5 of 5) sorted by relevance
25 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()
45 let _ = ctx.receive_hci_command::<hci::AuthenticationRequested>().await; in initiate()57 .receive_hci_command::<Either<hci::LinkKeyRequestReply, hci::LinkKeyRequestNegativeReply>>() in initiate()
216 .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()
27 let _ = ctx.receive_hci_command::<hci::SetConnectionEncryption>().await; in initiate()
39 fn receive_hci_command<C: TryFrom<hci::Command>>(&self) -> ReceiveFuture<'_, Self, C> { in receive_hci_command() method