Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhost_server_test.cc1131 EXPECT_EQ(1, test_device()->le_create_connection_command_count()); in TEST_F()
1147 EXPECT_EQ(0, test_device()->le_create_connection_command_count()); in TEST_F()
1166 EXPECT_EQ(0, test_device()->le_create_connection_command_count()); in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_controller.h261 int le_create_connection_command_count() const { in le_create_connection_command_count() function