Searched refs:bt_state (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_rc_test.cc | 218 bool bt_state; member 284 btrc_ctrl_callbacks.connection_state_cb = [](bool rc_state, bool bt_state, in SetUp() 288 .bt_state = bt_state, in SetUp() 298 [](bool rc_state, bool bt_state, const RawAddress& bd_addr) {}; in TearDown() argument 324 ASSERT_TRUE(res.bt_state); in TEST_F() 336 btrc_ctrl_callbacks.connection_state_cb = [](bool rc_state, bool bt_state, in SetUp() 340 .bt_state = bt_state, in SetUp() 350 [](bool rc_state, bool bt_state, const RawAddress& bd_addr) {}; in TearDown() argument 375 ASSERT_TRUE(res.bt_state); in TEST_F()
|