Searched refs:GetLeCredits (Results 1 – 3 of 3) sorted by relevance
224 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 1); in TEST_F()266 EXPECT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_); in TEST_F()319 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 9); in TEST_F()367 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 3); in TEST_F()407 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), 1); in TEST_F()
53 uint16_t GetLeCredits();
83 uint16_t RoundRobinScheduler::GetLeCredits() { in GetLeCredits() function in bluetooth::hci::acl_manager::RoundRobinScheduler