Searched refs:g_bthh_connection_state_promise (Results 1 – 1 of 1) sorted by relevance
100 std::promise<connection_state_cb_t> g_bthh_connection_state_promise; variable277 g_bthh_connection_state_promise.set_value(connection_state); in SetUp()291 g_bthh_connection_state_promise = std::promise<connection_state_cb_t>(); in TEST_F()293 auto future = g_bthh_connection_state_promise.get_future(); in TEST_F()306 g_bthh_connection_state_promise = std::promise<connection_state_cb_t>(); in TEST_F()307 future = g_bthh_connection_state_promise.get_future(); in TEST_F()