Home
last modified time | relevance | path

Searched refs:GetRole (Results 1 – 13 of 13) 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.h64 inline virtual hci::Role GetRole() { in GetRole() function
65 return acl_connection_->GetRole(); in GetRole()
Dfixed_channel_impl.h46 virtual hci::Role GetRole() const;
Dlink.cc126 if (acl_connection_->GetRole() == hci::Role::SLAVE) { in SendConnectionParameterUpdate()
Dsignalling_manager.cc136 if (link_->GetRole() == hci::Role::SLAVE) { in OnConnectionParameterUpdateRequest()
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.h45 virtual Role GetRole() const { in GetRole() function
Dle_impl.h144 auto role = connection_complete.GetRole(); in on_le_connection_complete()
205 auto role = connection_complete.GetRole(); in on_le_enhanced_connection_complete()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc432 auto my_role = channel->GetLinkOptions()->GetRole(); in OnSmpCommandLe()
522 .my_role = channel->GetLinkOptions()->GetRole(), in ConnectionIsReadyStartPairing()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc549 command_view.GetBdAddr(), static_cast<uint8_t>(command_view.GetRole())); in SwitchRole()
1306 bool try_role_switch = command_view.GetRole() == in AcceptConnectionRequest()
/system/bt/gd/hci/
Dacl_manager_test.cc862 ASSERT_EQ(command_view.GetRole(), Role::SLAVE); in TEST_F()