Home | History | Annotate | Download | only in test

Lines Matching refs:Scan

41     ON_CALL(*this, Scan(false))
48 MOCK_METHOD1(Scan, bt_status_t(bool));
665 // Enable success; Adv. data success; Scan rsp. fail.
885 EXPECT_CALL(*mock_handler_, Scan(true))
891 EXPECT_CALL(*mock_handler_, Scan(false))
921 // Scan wasn't started. Result should be ignored.
926 // Start a scan session for |le_client_|.
930 EXPECT_CALL(*mock_handler_, Scan(_))