Lines Matching refs:hci
35 MOCK_METHOD2(DisplayPairingPrompt, void(const bluetooth::hci::AddressWithType&, std::string));
36 MOCK_METHOD1(Cancel, void(const bluetooth::hci::AddressWithType&));
37 …MOCK_METHOD3(DisplayConfirmValue, void(const bluetooth::hci::AddressWithType&, std::string, uint32…
38 MOCK_METHOD2(DisplayYesNoDialog, void(const bluetooth::hci::AddressWithType&, std::string));
39 …MOCK_METHOD2(DisplayEnterPasskeyDialog, void(const bluetooth::hci::AddressWithType&, std::string));
40 MOCK_METHOD3(DisplayPasskey, void(const bluetooth::hci::AddressWithType&, std::string, uint32_t));
46 class LeSecurityInterfaceMock : public hci::LeSecurityInterface {
48 MOCK_METHOD2(EnqueueCommand, void(std::unique_ptr<hci::LeSecurityCommandBuilder> command,
49 … common::ContextualOnceCallback<void(hci::CommandCompleteView)> on_complete));
50 MOCK_METHOD2(EnqueueCommand, void(std::unique_ptr<hci::LeSecurityCommandBuilder> command,
51 … common::ContextualOnceCallback<void(hci::CommandStatusView)> on_status));