Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc216 struct rc_connection_state_cb_t { struct
227 static std::promise<rc_connection_state_cb_t> g_btrc_connection_state_promise; argument
286 rc_connection_state_cb_t rc_connection_state = { in SetUp()
304 g_btrc_connection_state_promise = std::promise<rc_connection_state_cb_t>(); in TEST_F()
305 std::future<rc_connection_state_cb_t> future = in TEST_F()
333 g_btrc_connection_state_promise = std::promise<rc_connection_state_cb_t>(); in SetUp()
338 rc_connection_state_cb_t rc_connection_state = { in SetUp()
353 std::future<rc_connection_state_cb_t> g_btrc_connection_state_future;