diff options
Diffstat (limited to 'src/beacon_data.h')
-rw-r--r-- | src/beacon_data.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/beacon_data.h b/src/beacon_data.h index 25fd734..f9aaa17 100644 --- a/src/beacon_data.h +++ b/src/beacon_data.h | |||
@@ -1,3 +1,8 @@ | |||
1 | #ifndef G4U_BEACON_DATA_H | ||
2 | #define G4U_BEACON_DATA_H | ||
3 | |||
1 | #define BEACON_PAYLOAD_LENGTH 128 | 4 | #define BEACON_PAYLOAD_LENGTH 128 |
2 | 5 | ||
3 | extern const unsigned char kBeaconPayloads[][128]; | 6 | extern const unsigned char kBeaconPayloads[][128]; |
7 | |||
8 | #endif /* G4U_BEACON_DATA_H */ | ||