Searched refs:callback_future (Results 1 – 1 of 1) sorted by relevance
441 auto callback_future = callback_promise.get_future(); in TEST_F() local458 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()