Home
last modified time | relevance | path

Searched defs:BtMainClosure (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dmain_thread.h27 using BtMainClosure = std::function<void()>; variable
/packages/modules/Bluetooth/system/test/common/
Dmain_handler.h29 using BtMainClosure = std::function<void()>; variable
Dmain_handler.cc33 using BtMainClosure = std::function<void()>; typedef