Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc441 auto callback_future = callback_promise.get_future(); in TEST_F() local
458 ASSERT_EQ(std::future_status::ready, callback_future.wait_for(std::chrono::seconds(1))); in TEST_F()
459 ASSERT_EQ(OpCode::LE_GET_VENDOR_CAPABILITIES, callback_future.get()); in TEST_F()