Searched refs:GetRole (Results 1 – 15 of 15) sorted by relevance
103 std::bitset<8> GmapServer::GetRole() { return GmapServer::role_; } in GetRole() function in GmapServer259 auto role = GmapServer::GetRole(); in OnReadCharacteristic()
63 TEST_F(GmapServerTest, test_get_role) { ASSERT_EQ(GmapServer::GetRole(), role); } in TEST_F()
53 static std::bitset<8> GetRole();
43 bluetooth::hci::Role AclConnection::GetRole() const { return role_; } in GetRole() function in rootcanal::AclConnection
61 bluetooth::hci::Role GetRole() const;
282 return acl_connections_.at(handle).GetRole(); in GetAclRole()
492 if (connection.GetRole() == bluetooth::hci::Role::PERIPHERAL) { in IncomingLlPhyReq()548 ASSERT(connection.GetRole() == bluetooth::hci::Role::CENTRAL); in IncomingLlPhyRsp()595 ASSERT(connection.GetRole() == bluetooth::hci::Role::PERIPHERAL); in IncomingLlPhyUpdateInd()5345 if (role != connection.GetRole()) { in SwitchRole()5381 bluetooth::hci::Role new_role = connection.GetRole() == bluetooth::hci::Role::CENTRAL in IncomingRoleSwitchRequest()5409 bluetooth::hci::Role new_role = status != ErrorCode::SUCCESS ? connection.GetRole() in IncomingRoleSwitchResponse()5410 : connection.GetRole() == bluetooth::hci::Role::CENTRAL in IncomingRoleSwitchResponse()
491 DEBUG(id_, " role={}", bluetooth::hci::RoleText(command_view.GetRole())); in SwitchRole()493 auto status = link_layer_controller_.SwitchRole(command_view.GetBdAddr(), command_view.GetRole()); in SwitchRole()1634 command_view.GetRole() == bluetooth::hci::AcceptConnectionRequestRole::BECOME_CENTRAL; in AcceptConnectionRequest()
68 virtual Role GetRole() const;
166 Role LeAclConnection::GetRole() const { in GetRole() function in bluetooth::hci::acl_manager::LeAclConnection
393 role = connection_complete.GetRole(); in on_le_connection_complete()407 role = connection_complete.GetRole(); in on_le_connection_complete()
300 .role = static_cast<Role>(static_cast<int>(leCsConfigCompleteView.GetRole())), in UpdateChannelSoundingConfig()
793 ASSERT_EQ(command_view.GetRole(), Role::PERIPHERAL); in TEST_F()
1120 live_tracker->role = event_view.GetRole(); in on_cs_config_complete()
1478 hci::Role connection_role = connection->GetRole(); in OnLeConnectSuccess()