Home
last modified time | relevance | path

Searched refs:GetRole (Results 1 – 19 of 19) sorted by relevance

/system/bt/gd/l2cap/le/
Dlink_options.cc32 hci::Role LinkOptions::GetRole() const { in GetRole() function in bluetooth::l2cap::le::LinkOptions
33 return acl_connection_->GetRole(); in GetRole()
Dlink_options.h43 hci::Role GetRole() const;
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.cc31 hci::Role FixedChannelImpl::GetRole() const { in GetRole() function in bluetooth::l2cap::le::internal::FixedChannelImpl
32 return link_->GetRole(); in GetRole()
Dlink_mock.h41 MOCK_METHOD(hci::Role, GetRole, (), (override));
Dlink.h65 inline virtual hci::Role GetRole() { in GetRole() function
66 return acl_connection_->GetRole(); in GetRole()
Dfixed_channel_impl.h46 virtual hci::Role GetRole() const;
Dlink_manager.cc121 link->GetRole()); in OnLeConnectSuccess()
Dlink.cc147 if (acl_connection_->GetRole() == hci::Role::PERIPHERAL) { in SendConnectionParameterUpdate()
Dsignalling_manager.cc143 if (link_->GetRole() == hci::Role::PERIPHERAL) { in OnConnectionParameterUpdateRequest()
/system/bt/gd/l2cap/classic/
Dlink_security_interface.h85 virtual hci::Role GetRole() { in GetRole() function
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.h53 virtual Role GetRole() const { in GetRole() function
Dle_impl.h182 auto role = connection_complete.GetRole(); in on_le_connection_complete()
232 auto role = connection_complete.GetRole(); in on_le_enhanced_connection_complete()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc230 hci::Role GetRole() override { in GetRole() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl
231 return link_manager_->GetLink(remote_)->GetRole(); in GetRole()
Dlink.h200 hci::Role GetRole() const { in GetRole() function
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc511 auto my_role = channel->GetLinkOptions()->GetRole(); in OnSmpCommandLe()
603 .my_role = channel->GetLinkOptions()->GetRole(), in ConnectionIsReadyStartPairing()
/system/bt/main/shim/
Dacl.cc1298 hci::Role connection_role = connection->GetRole(); in OnLeConnectSuccess()
Dl2c_api.cc524 return address_to_interface_[remote]->GetRole() == in IsRoleCentral()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc613 command_view.GetBdAddr(), static_cast<uint8_t>(command_view.GetRole())); in SwitchRole()
1469 bool try_role_switch = command_view.GetRole() == in AcceptConnectionRequest()
/system/bt/gd/hci/
Dacl_manager_test.cc980 ASSERT_EQ(command_view.GetRole(), Role::PERIPHERAL); in TEST_F()