Searched refs:data_builder (Results 1 – 1 of 1) sorted by relevance
90 DataBuilder data_builder; in SendApdu() local91 data_builder.data_ = *apdu.get(); in SendApdu()92 data_builder.receiver_ = receiver_id; in SendApdu()93 data_builder.technology_ = Technology::NFC_A; in SendApdu()94 data_builder.protocol_ = Protocol::ISO_DEP; in SendApdu()96 CF_EXPECT(Write(data_builder), "Failed to send APDU bytes"); in SendApdu()