Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc69 #ifndef BT_STACK_CLEANUP_WAIT_MS
70 #define BT_STACK_CLEANUP_WAIT_MS 1000 macro
184 future.wait_for(std::chrono::milliseconds(BT_STACK_CLEANUP_WAIT_MS)); in clean_up_stack()