Home
last modified time | relevance | path

Searched refs:GetController (Results 1 – 5 of 5) sorted by relevance

/system/bt/main/shim/
Dcontroller.cc32 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 …]
Dentry.h80 bluetooth::hci::Controller* GetController();
Dentry.cc49 hci::Controller* GetController() { in GetController() function
Dacl.cc1052 GetController()->RegisterCompletedMonitorAclPacketsCallback( in Acl()
1066 GetController()->UnregisterCompletedMonitorAclPacketsCallback(); in ~Acl()
/system/bt/test/mock/
Dmock_main_shim_entry.cc56 hci::Controller* GetController() { return hci::testing::mock_controller_; } in GetController() function