Searched refs:rf_packet (Results 1 – 2 of 2) sorted by relevance
49 auto rf_packet = RfPacketView::Create(slice(res)); in SelectNfcA() local50 if (rf_packet.IsValid()) { in SelectNfcA()51 auto poll_response = NfcAPollResponseView::Create(rf_packet); in SelectNfcA()68 auto rf_packet = RfPacketView::Create(slice(res)); in SelectT4AT() local69 if (rf_packet.IsValid()) { in SelectT4AT()70 auto select_response = T4ATSelectResponseView::Create(rf_packet); in SelectT4AT()99 auto rf_packet = RfPacketView::Create(slice(res)); in SendApdu() local100 if (rf_packet.IsValid()) { in SendApdu()101 auto data = DataView::Create(rf_packet); in SendApdu()102 if (data.IsValid() && rf_packet.GetSender() == receiver_id) { in SendApdu()[all …]
55 Result<void> Write(const RfPacketBuilder& rf_packet);