Home
last modified time | relevance | path

Searched refs:QueueCapacity (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_proxy/
Dl2cap_coc_test.cc1429 /*le_acl_credits_to_reserve=*/L2capCoc::QueueCapacity(), in TEST_F()
1433 BuildCoc(proxy, CocParameters{.tx_credits = L2capCoc::QueueCapacity()}); in TEST_F()
1436 for (size_t i = 0; i < L2capCoc::QueueCapacity(); ++i) { in TEST_F()
1443 SendLeReadBufferResponseFromController(proxy, L2capCoc::QueueCapacity())); in TEST_F()
1445 EXPECT_EQ(sends_called, L2capCoc::QueueCapacity()); in TEST_F()
1460 /*le_acl_credits_to_reserve=*/L2capCoc::QueueCapacity(), in TEST_F()
1463 SendLeReadBufferResponseFromController(proxy, L2capCoc::QueueCapacity())); in TEST_F()
1469 .tx_credits = 2 * L2capCoc::QueueCapacity()}); in TEST_F()
1471 for (size_t i = 0; i < L2capCoc::QueueCapacity(); ++i) { in TEST_F()
1476 for (size_t i = 0; i < L2capCoc::QueueCapacity(); ++i) { in TEST_F()
[all …]
Drfcomm_test.cc370 /*br_edr_acl_credits_to_reserve=*/RfcommChannel::QueueCapacity() + 1); in TEST_F()
373 proxy, RfcommChannel::QueueCapacity() + 1)); in TEST_F()
Dproxy_host_test.cc2406 /*le_acl_credits_to_reserve=*/L2capCoc::QueueCapacity(), in TEST_F()
2409 SendLeReadBufferResponseFromController(proxy, L2capCoc::QueueCapacity())); in TEST_F()
2410 EXPECT_EQ(proxy.GetNumFreeLeAclPackets(), L2capCoc::QueueCapacity()); in TEST_F()
2419 for (size_t i = 0; i < L2capCoc::QueueCapacity(); ++i) { in TEST_F()
2457 ind.credits().Write(L2capCoc::QueueCapacity()); in TEST_F()
2461 EXPECT_EQ(sends_called, L2capCoc::QueueCapacity()); in TEST_F()
2473 /*le_acl_credits_to_reserve=*/L2capCoc::QueueCapacity(), in TEST_F()
2608 /*le_acl_credits_to_reserve=*/L2capCoc::QueueCapacity(), in TEST_F()
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
Dl2cap_channel.h157 static constexpr size_t QueueCapacity() { return kQueueCapacity; } in QueueCapacity() function