Home
last modified time | relevance | path

Searched refs:kPrepareQueueMaxCapacity (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/att/public/pw_bluetooth_sapphire/internal/host/att/
Datt.h72 inline constexpr uint8_t kPrepareQueueMaxCapacity = 20; variable
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dserver.cc841 if (prepare_queue_.size() >= att::kPrepareQueueMaxCapacity) { in OnPrepareWriteRequest()
Dserver_test.cc2517 for (unsigned i = 0; i < att::kPrepareQueueMaxCapacity; i++) { in TEST_F()