Searched refs:connection_handle_from_encode_cb (Results 1 – 1 of 1) sorted by relevance
4576 std::optional<hci_spec::ConnectionHandle> connection_handle_from_encode_cb; in TEST_P() local4586 connection_handle_from_encode_cb = params.connection_handle; in TEST_P()4627 EXPECT_FALSE(connection_handle_from_encode_cb); in TEST_P()4629 ASSERT_TRUE(connection_handle_from_encode_cb); in TEST_P()4630 EXPECT_EQ(connection_handle_from_encode_cb.value(), kTestHandle1); in TEST_P()4634 connection_handle_from_encode_cb.reset(); in TEST_P()4655 ASSERT_TRUE(connection_handle_from_encode_cb); in TEST_P()4656 EXPECT_EQ(connection_handle_from_encode_cb.value(), kTestHandle1); in TEST_P()4660 EXPECT_FALSE(connection_handle_from_encode_cb); in TEST_P()