Searched refs:HciInterface (Results 1 – 6 of 6) sorted by relevance
39 class HciInterface : public CommandInterface<CommandBuilder> {41 HciInterface() = default;42 virtual ~HciInterface() = default;119 explicit CommandInterfaceImpl(HciInterface& hci) : hci_(hci) {} in CommandInterfaceImpl()133 HciInterface& hci_;
32 class MockHciLayer : public HciInterface {
44 class HciLayer : public Module, public HciInterface {
42 class HciInterface; variable70 hci::HciInterface* GetHciLayer();
58 hci::HciInterface* GetHciLayer() { in GetHciLayer()
53 hci::HciInterface* GetHciLayer() { return hci::testing::mock_hci_layer_; } in GetHciLayer()