Searched refs:GetLeCredits (Results 1 – 3 of 3) sorted by relevance
226 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 1); in TEST_F()268 EXPECT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_); in TEST_F()321 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 9); in TEST_F()369 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), controller_->le_max_acl_packet_credits_ - 3); in TEST_F()410 ASSERT_EQ(round_robin_scheduler_->GetLeCredits(), 1); in TEST_F()
54 uint16_t GetLeCredits();
90 uint16_t RoundRobinScheduler::GetLeCredits() { in GetLeCredits() function in bluetooth::hci::acl_manager::RoundRobinScheduler