/system/bt/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;
|
/system/bt/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_mock.h | 41 MOCK_METHOD(hci::Role, GetRole, (), (override));
|
D | link.h | 65 inline virtual hci::Role GetRole() { in GetRole() function 66 return acl_connection_->GetRole(); in GetRole()
|
D | fixed_channel_impl.h | 46 virtual hci::Role GetRole() const;
|
D | link_manager.cc | 121 link->GetRole()); in OnLeConnectSuccess()
|
D | link.cc | 147 if (acl_connection_->GetRole() == hci::Role::PERIPHERAL) { in SendConnectionParameterUpdate()
|
D | signalling_manager.cc | 143 if (link_->GetRole() == hci::Role::PERIPHERAL) { in OnConnectionParameterUpdateRequest()
|
/system/bt/gd/l2cap/classic/ |
D | link_security_interface.h | 85 virtual hci::Role GetRole() { in GetRole() function
|
/system/bt/gd/hci/acl_manager/ |
D | le_acl_connection.h | 53 virtual Role GetRole() const { in GetRole() function
|
D | le_impl.h | 182 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/ |
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 | 200 hci::Role GetRole() const { in GetRole() function
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 511 auto my_role = channel->GetLinkOptions()->GetRole(); in OnSmpCommandLe() 603 .my_role = channel->GetLinkOptions()->GetRole(), in ConnectionIsReadyStartPairing()
|
/system/bt/main/shim/ |
D | acl.cc | 1298 hci::Role connection_role = connection->GetRole(); in OnLeConnectSuccess()
|
D | l2c_api.cc | 524 return address_to_interface_[remote]->GetRole() == in IsRoleCentral()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.cc | 613 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/ |
D | acl_manager_test.cc | 980 ASSERT_EQ(command_view.GetRole(), Role::PERIPHERAL); in TEST_F()
|