SmartSnippets DA1459x SDK
ble_stack_config.h
Go to the documentation of this file.
1 
40 #ifndef _BLE_STACK_CONFIG_H_
41 #define _BLE_STACK_CONFIG_H_
42 
43 
44 #define RAM_BUILD
45 
46 /*
47  * Stack definitions
48  */
49 #include "da14590_config.h"
50 
51 
52 /* macro used to silence warnings about unused parameters/variables/function */
53 #define __UNUSED__ __attribute__((unused))
54 
55 // Assertions showing a critical error that could require a full system reset
56 #define ASSERT_ERR(cond) ASSERT_ERROR(cond)
57 
58 
59 
63 #define BLE_PTI_CONNECT_REQ_RESPONSE 0
64 #define BLE_PTI_LLCP_PACKETS 1
65 #define BLE_PTI_DATA_CHANNEL_TX 2
66 #define BLE_PTI_INITIATING_SCAN 3
67 #define BLE_PTI_ACTIVE_SCAN_MODE 4
68 #define BLE_PTI_CONNECTABLE_ADV_MODE 5
69 #define BLE_PTI_NON_CONNECTABLE_ADV_MODE 6
70 
71 #include "bsp_debug.h"
72 
73 #endif /* _BLE_STACK_CONFIG_H_ */
74 
bsp_debug.h
Board Support Package. Debug Configuration.