Home
last modified time | relevance | path

Searched refs:ControllerInterface (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dentry.h41 class ControllerInterface; variable
68 bluetooth::hci::ControllerInterface* GetController();
Dentry.cc48 hci::ControllerInterface* GetController() { in GetController()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_interface.h28 class ControllerInterface {
30 ControllerInterface() = default;
31 virtual ~ControllerInterface() = default;
Dcontroller_interface_mock.h32 class MockControllerInterface : public ControllerInterface {
Dcontroller.h33 class Controller : public Module, public ControllerInterface {
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.h40 const hci::ControllerInterface* controller_;
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_entry.cc50 hci::ControllerInterface* GetController() { in GetController()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc696 bluetooth::hci::ControllerInterface::VendorCapabilities vendor_capabilities = in BTM_BleReadControllerFeatures()