Searched refs:bte_interface_ (Results 1 – 1 of 1) sorted by relevance
112 bte::SetMockBteInterface(&bte_interface_); in SetUp()308 bte::MockBteInterface bte_interface_; member in IsoManagerTest1823 EXPECT_CALL(bte_interface_, HciSend) in TEST_F()1875 EXPECT_CALL(bte_interface_, HciSend) in TEST_F()1940 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()1965 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers); in TEST_F()1995 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()2011 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()2035 EXPECT_CALL(bte_interface_, HciSend).Times(num_buffers).RetiresOnSaturation(); in TEST_F()2071 EXPECT_CALL(bte_interface_, HciSend).Times(0); in TEST_F()[all …]