Skip to content

Commit

Permalink
[core] Increase reactivation timeout to 1500ms. JB#50756
Browse files Browse the repository at this point in the history
Some NFCC's have exactly 1000ms as a default for total duration
of the single discovery period.
  • Loading branch information
monich committed Aug 9, 2020
1 parent 3279a15 commit 4b5602e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/nfc_target.c
Expand Up @@ -39,7 +39,7 @@
#include <gutil_misc.h>

#define DEFAULT_TRANSMIT_TIMEOUT_MS (500)
#define DEFAULT_REACTIVATION_TIMEOUT_MS (1000)
#define DEFAULT_REACTIVATION_TIMEOUT_MS (1500)

typedef struct nfc_target_request NfcTargetRequest;
struct nfc_target_request {
Expand Down

0 comments on commit 4b5602e

Please sign in to comment.