Searched refs:GetRole (Results 1 – 13 of 13) sorted by relevance
32 hci::Role LinkOptions::GetRole() const { in GetRole() function in bluetooth::l2cap::le::LinkOptions33 return acl_connection_->GetRole(); in GetRole()
43 hci::Role GetRole() const;
31 hci::Role FixedChannelImpl::GetRole() const { in GetRole() function in bluetooth::l2cap::le::internal::FixedChannelImpl32 return link_->GetRole(); in GetRole()
41 MOCK_METHOD(hci::Role, GetRole, (), (override));
64 inline virtual hci::Role GetRole() { in GetRole() function65 return acl_connection_->GetRole(); in GetRole()
46 virtual hci::Role GetRole() const;
126 if (acl_connection_->GetRole() == hci::Role::SLAVE) { in SendConnectionParameterUpdate()
136 if (link_->GetRole() == hci::Role::SLAVE) { in OnConnectionParameterUpdateRequest()
45 virtual Role GetRole() const { in GetRole() function
144 auto role = connection_complete.GetRole(); in on_le_connection_complete()205 auto role = connection_complete.GetRole(); in on_le_enhanced_connection_complete()
432 auto my_role = channel->GetLinkOptions()->GetRole(); in OnSmpCommandLe()522 .my_role = channel->GetLinkOptions()->GetRole(), in ConnectionIsReadyStartPairing()
549 command_view.GetBdAddr(), static_cast<uint8_t>(command_view.GetRole())); in SwitchRole()1306 bool try_role_switch = command_view.GetRole() == in AcceptConnectionRequest()
862 ASSERT_EQ(command_view.GetRole(), Role::SLAVE); in TEST_F()