Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dstack_manager.cc77 #ifndef BT_STACK_CLEANUP_WAIT_MS
78 #define BT_STACK_CLEANUP_WAIT_MS 1000 macro
142 future.wait_for(std::chrono::milliseconds(BT_STACK_CLEANUP_WAIT_MS)); in clean_up_stack()