Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_profile_queue.cc88 static const size_t MAX_REASONABLE_REQUESTS = 20; variable
97 CHECK(connect_queue.size() < MAX_REASONABLE_REQUESTS); in queue_int_add()