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.c62 static const size_t MAX_REASONABLE_REQUESTS = 10; variable
75 assert(list_length(connect_queue) < MAX_REASONABLE_REQUESTS); in queue_int_add()