about summary refs log tree commit diff stats
path: root/src/beacon_data.h
blob: f9aaa17c971a2753e3f6c202be5a3574ea8c8a4a (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef G4U_BEACON_DATA_H
#define G4U_BEACON_DATA_H

#define BEACON_PAYLOAD_LENGTH 128

extern const unsigned char kBeaconPayloads[][128];

#endif /* G4U_BEACON_DATA_H */