Nordic Semiconductor nRF5 AirFuel SDK  version 2.2.0
pru_config.h
Go to the documentation of this file.
1 /* Copyright (c) Nordic Semiconductor. All Rights Reserved.
2  *
3  * The information contained herein is property of Nordic Semiconductor ASA.
4  * Terms and conditions of usage are described in detail in NORDIC
5  * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
6  *
7  * Licensees are granted free, non-transferable use of the information. NO
8  * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
9  * the file.
10  *
11  */
12 
20 #ifndef __PRU_CONFIG_H__
21 #define __PRU_CONFIG_H__
22 
23 #define PRU_ADV_DEVICE_NAME "WPT PRU"
24 #define PRU_ADV_INTERVAL 32
25 #define PRU_PROTOCOL_REVISION 1
26 #define PRU_HW_REVISION 100
27 #define PRU_FW_REVISION 200
28 #define PRU_MIN_CONN_INTERVAL 50
29 #define PRU_MAX_CONN_INTERVAL 250
30 #define PRU_SLAVE_LATENCY 0
31 #define PRU_CONN_SUP_TIMEOUT 100
32 #define PRU_TIME_SET_SUPPORT 0
33 #define PRU_CHARGE_COMPLETE_ADV_WAIT_TIME_MS 600
34 #define PRU_MAX_APP_TIMERS 3
35 #define PRU_CHARGE_COMPLETE_CONN_MODE_ENABLE 0
36 #define PRU_SECURITY BLE_WPTS_SEC_MODE_1_LEVEL_1
37 #define PRU_SEC_MIN_KEYSIZE 7
38 #define PRU_SEC_MAX_KEYSIZE 16
39 #define PRU_POWER_CONTROL_ALG_PREFERENCE 0
40 #define PRU_CCP_CONNECT_MODE_SUPPORTED 0
41 #define PRU_RESET_POWER_ADJUSTED_MS 1000
42 #define PRU_BUTTON_PRESS_LENGTH_DFU_MS 5 * 1000
44 #endif /* __PRU_CONFIG_H__ */
45