Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00018 #ifndef __GZPAIR_SETUP_H
00019 #define __GZPAIR_SETUP_H
00020
00025 #define GZPAIR_XOR_CIPHER_KEY {56, 56, 78, 18, 98, 26, 89, 14, 48, 95, 26, 11, 59, 29, 44, 27}
00026
00032 #define GZPAIR_CHANNEL_LOW 3
00033
00039 #define GZPAIR_CHANNEL_HIGH 77
00040
00044 #define GZPAIR_ADDRESS {1, 2, 3, 4, 5}
00045
00049 #define GZPAIR_POWER HAL_NRF_18DBM
00050
00054 #define GZPAIR_REQ_TX_TIMEOUT 200
00055
00060 #define GZPAIR_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT ((GZPAIR_REQ_TX_TIMEOUT / 2) + 50)
00061
00066 #define GZPAIR_TX_ACK_WAIT_TIMEOUT (GZPAIR_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT + 50)
00067
00072 #define GZPAIR_STEP1_RX_TIMEOUT (((GZPAIR_REQ_TX_TIMEOUT / 2) + GZPAIR_TX_ACK_WAIT_TIMEOUT) + 50)
00073
00078 #define GZPAIR_NOT_PROXIMITY_BACKOFF_RX_TIMEOUT (GZPAIR_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT + GZPAIR_STEP1_RX_TIMEOUT)
00079
00083 #define GZPAIR_MAX_BACKOFF_PACKETS 100
00084
00088 #define GZPAIR_CHANNEL_MIN 2
00089
00093 #define GZPAIR_CHANNEL_MAX 80
00094
00099 #define GZPAIR_CHANNEL_SPACING_MIN 5
00100
00105 #define GZPAIR_FLASH_PARAMETER_PAGE 31
00106
00111 #define GZPAIR_EEPROM_BASE_ADDRESS 0
00112
00113 #endif // PAIRING_SETUP_H_