Searched refs:ControllerInterface (Results 1 – 8 of 8) sorted by relevance
41 class ControllerInterface; variable68 bluetooth::hci::ControllerInterface* GetController();
48 hci::ControllerInterface* GetController() { in GetController()
28 class ControllerInterface {30 ControllerInterface() = default;31 virtual ~ControllerInterface() = default;
32 class MockControllerInterface : public ControllerInterface {
33 class Controller : public Module, public ControllerInterface {
40 const hci::ControllerInterface* controller_;
50 hci::ControllerInterface* GetController() { in GetController()
696 bluetooth::hci::ControllerInterface::VendorCapabilities vendor_capabilities = in BTM_BleReadControllerFeatures()