/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | link_options.cc | 32 hci::Role LinkOptions::GetRole() const { in GetRole() function in bluetooth::l2cap::le::LinkOptions 33 return acl_connection_->GetRole(); in GetRole()
|
D | link_options.h | 43 hci::Role GetRole() const;
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | fixed_channel_impl.cc | 31 hci::Role FixedChannelImpl::GetRole() const { in GetRole() function in bluetooth::l2cap::le::internal::FixedChannelImpl 32 return link_->GetRole(); in GetRole()
|
D | link.h | 71 inline virtual hci::Role GetRole() { in GetRole() function 72 return acl_connection_->GetRole(); in GetRole()
|
D | link_mock.h | 41 MOCK_METHOD(hci::Role, GetRole, (), (override));
|
D | fixed_channel_impl.h | 50 virtual hci::Role GetRole() const;
|
D | link_manager.cc | 123 link->GetRole()); in OnLeConnectSuccess()
|
D | link.cc | 161 if (acl_connection_->GetRole() == hci::Role::PERIPHERAL) { in SendConnectionParameterUpdate()
|
D | signalling_manager.cc | 143 if (link_->GetRole() == hci::Role::PERIPHERAL) { in OnConnectionParameterUpdateRequest()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | link_security_interface.h | 85 virtual hci::Role GetRole() { in GetRole() function
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | acl_connection.cc | 44 bluetooth::hci::Role AclConnection::GetRole() const { return role_; }; in GetRole() function in rootcanal::AclConnection
|
D | acl_connection.h | 50 bluetooth::hci::Role GetRole() const;
|
D | acl_connection_handler.cc | 273 return acl_connections_.at(handle).GetRole(); in GetAclRole()
|
D | link_layer_controller.cc | 465 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()
|
D | dual_mode_controller.cc | 429 command_view.GetRole()); in SwitchRole() 1401 command_view.GetRole() == in AcceptConnectionRequest()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection.h | 72 virtual Role GetRole() const;
|
D | le_acl_connection.cc | 153 Role LeAclConnection::GetRole() const { in GetRole() function in bluetooth::hci::acl_manager::LeAclConnection
|
D | le_impl.h | 354 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/ |
D | link_manager.cc | 230 hci::Role GetRole() override { in GetRole() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl 231 return link_manager_->GetLink(remote_)->GetRole(); in GetRole()
|
D | link.h | 214 hci::Role GetRole() const { in GetRole() function
|
/packages/modules/Bluetooth/system/gd/security/internal/ |
D | security_manager_impl.cc | 513 auto my_role = channel->GetLinkOptions()->GetRole(); in OnSmpCommandLe() 605 .my_role = channel->GetLinkOptions()->GetRole(), in ConnectionIsReadyStartPairing()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 284 auto role = shared_connection->GetRole(); in OnLeConnectSuccess()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_test.cc | 842 ASSERT_EQ(command_view.GetRole(), Role::PERIPHERAL); in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | l2c_api.cc | 531 return address_to_interface_[remote]->GetRole() == in IsRoleCentral()
|
D | acl.cc | 1676 hci::Role connection_role = connection->GetRole(); in OnLeConnectSuccess()
|