diff options
Diffstat (limited to 'src/beacon_data.h')
-rw-r--r-- | src/beacon_data.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/beacon_data.h b/src/beacon_data.h new file mode 100644 index 0000000..25fd734 --- /dev/null +++ b/src/beacon_data.h | |||
@@ -0,0 +1,3 @@ | |||
1 | #define BEACON_PAYLOAD_LENGTH 128 | ||
2 | |||
3 | extern const unsigned char kBeaconPayloads[][128]; | ||