Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc22fcfa authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Per NCI spec there is no need to wait for credits" into main am: d1386c8c am: 3b7d4252

parents 7bea7295 3b7d4252
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -354,13 +354,6 @@ TEST_P(NfcHidlTest, Bandwidth) {
    res = nfc_cb_->WaitForCallback(kCallbackNameSendData);
    EXPECT_TRUE(res.no_timeout);
    EXPECT_EQ((int)NfcStatus::OK, res.args->last_data_[3]);
    if (nci_version == NCI_VERSION_2 && res.args->last_data_.size() > 13 &&
        res.args->last_data_[13] == 0x00) {
        // Wait for CORE_CONN_CREDITS_NTF
        res = nfc_cb_->WaitForCallback(kCallbackNameSendData);
        EXPECT_TRUE(res.no_timeout);
    }

    cmd = CORE_CONN_CREATE_CMD;
    data = cmd;
    EXPECT_EQ(data.size(), nfc_->write(data));