Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_libnfc-nci
Commits
89996d92
Commit
89996d92
authored
11 years ago
by
Martijn Coenen
Browse files
Options
Download
Email Patches
Plain Diff
Don't check ISO-DEP class byte in case of wildcard AID reg.
Change-Id: I16c6082222e8eda5c5dde54cb9421233284e7115
parent
a0d58950
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/nfc/tags/ce_t4t.c
src/nfc/tags/ce_t4t.c
+3
-1
No files found.
src/nfc/tags/ce_t4t.c
View file @
89996d92
...
...
@@ -626,7 +626,9 @@ static void ce_t4t_data_cback (UINT8 conn_id, tNFC_CONN_EVT event, tNFC_CONN *p_
/* Don't check class if registered AID has been selected */
if
(
(
cla
!=
T4T_CMD_CLASS
)
&&
((
ce_cb
.
mem
.
t4t
.
status
&
CE_T4T_STATUS_REG_AID_SELECTED
)
==
0
)
)
&&
((
ce_cb
.
mem
.
t4t
.
status
&
CE_T4T_STATUS_REG_AID_SELECTED
)
==
0
)
&&
((
ce_cb
.
mem
.
t4t
.
status
&
CE_T4T_STATUS_WILDCARD_AID_SELECTED
)
==
0
)
)
{
CE_TRACE_ERROR1
(
"CET4T: Unsupported Class byte (0x%02X)"
,
cla
);
GKI_freebuf
(
p_c_apdu
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment