Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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;
/packages/modules/Bluetooth/system/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.h71 inline virtual hci::Role GetRole() { in GetRole() function
72 return acl_connection_->GetRole(); in GetRole()
Dlink_mock.h41 MOCK_METHOD(hci::Role, GetRole, (), (override));
Dfixed_channel_impl.h50 virtual hci::Role GetRole() const;
Dlink_manager.cc123 link->GetRole()); in OnLeConnectSuccess()
Dlink.cc161 if (acl_connection_->GetRole() == hci::Role::PERIPHERAL) { in SendConnectionParameterUpdate()
Dsignalling_manager.cc143 if (link_->GetRole() == hci::Role::PERIPHERAL) { in OnConnectionParameterUpdateRequest()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_security_interface.h85 virtual hci::Role GetRole() { in GetRole() function
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.cc44 bluetooth::hci::Role AclConnection::GetRole() const { return role_; }; in GetRole() function in rootcanal::AclConnection
Dacl_connection.h50 bluetooth::hci::Role GetRole() const;
Dacl_connection_handler.cc273 return acl_connections_.at(handle).GetRole(); in GetAclRole()
Dlink_layer_controller.cc465 if (connection.GetRole() == bluetooth::hci::Role::PERIPHERAL) { in IncomingLlPhyReq()
519 ASSERT(connection.GetRole() == bluetooth::hci::Role::CENTRAL); in IncomingLlPhyRsp()
563 ASSERT(connection.GetRole() == bluetooth::hci::Role::PERIPHERAL); in IncomingLlPhyUpdateInd()
Ddual_mode_controller.cc429 command_view.GetRole()); in SwitchRole()
1401 command_view.GetRole() == in AcceptConnectionRequest()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.h72 virtual Role GetRole() const;
Dle_acl_connection.cc153 Role LeAclConnection::GetRole() const { in GetRole() function in bluetooth::hci::acl_manager::LeAclConnection
Dle_impl.h354 auto role = connection_complete.GetRole(); in on_le_connection_complete()
489 auto role = connection_complete.GetRole(); in on_le_enhanced_connection_complete()
/packages/modules/Bluetooth/system/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.h214 hci::Role GetRole() const { in GetRole() function
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc513 auto my_role = channel->GetLinkOptions()->GetRole(); in OnSmpCommandLe()
605 .my_role = channel->GetLinkOptions()->GetRole(), in ConnectionIsReadyStartPairing()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc284 auto role = shared_connection->GetRole(); in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc842 ASSERT_EQ(command_view.GetRole(), Role::PERIPHERAL); in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.cc531 return address_to_interface_[remote]->GetRole() == in IsRoleCentral()
Dacl.cc1676 hci::Role connection_role = connection->GetRole(); in OnLeConnectSuccess()