• Main Page
  • Modules
  • Index
  • File List
  • Globals

projects/nrfgo_sdk/gazell_examples/params/gzpair_params.h

Go to the documentation of this file.
00001 /* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved.
00002  *
00003  * The information contained herein is confidential property of Nordic 
00004  * Semiconductor ASA.Terms and conditions of usage are described in detail 
00005  * in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. 
00006  *
00007  * Licensees are granted free, non-transferable use of the information. NO
00008  * WARRENTY of ANY KIND is provided. This heading must NOT be removed from
00009  * the file.
00010  *              
00011  * $LastChangedRevision: 133 $
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_

Generated on Fri Apr 20 2012 14:11:45 for nRFGo SDK by  doxygen 1.7.2