Searched refs:GetController (Results 1 – 5 of 5) sorted by relevance
32 using ::bluetooth::shim::GetController;88 std::string string_address = GetController()->GetMacAddress().ToString(); in start_up()92 bluetooth::shim::GetController()->GetLeSupportedStates(); in start_up()95 bluetooth::shim::GetController()->GetLocalVersionInformation(); in start_up()146 return GetController()->gd(); \215 GetController()->IsSupported((bluetooth::hci::OpCode)218 GetController()->IsSupported((222 GetController()->IsSupported((bluetooth::hci::OpCode)226 GetController()->IsSupported((bluetooth::hci::OpCode)kLeSetPrivacyMode))239 GetController()->GetAclPacketLength())[all …]
80 bluetooth::hci::Controller* GetController();
49 hci::Controller* GetController() { in GetController() function
1052 GetController()->RegisterCompletedMonitorAclPacketsCallback( in Acl()1066 GetController()->UnregisterCompletedMonitorAclPacketsCallback(); in ~Acl()
56 hci::Controller* GetController() { return hci::testing::mock_controller_; } in GetController() function