SmartSnippets DA1459x SDK
ble_mgr_config.h
Go to the documentation of this file.
1 
43 #ifndef BLE_MGR_CONFIG_H
44 #define BLE_MGR_CONFIG_H
45 
46 #include "ble_config.h"
47 
55 #ifndef BLE_MGR_DIRECT_ACCESS
56 #define BLE_MGR_DIRECT_ACCESS (1)
57 #endif
58 
64 #ifndef BLE_MGR_USE_EVT_LIST
65 #define BLE_MGR_USE_EVT_LIST (1)
66 #endif
67 
74 #ifndef BLE_MGR_COMMAND_QUEUE_LENGTH
75 #define BLE_MGR_COMMAND_QUEUE_LENGTH (1)
76 #endif
77 
84 #ifndef BLE_MGR_EVENT_QUEUE_LENGTH
85 #define BLE_MGR_EVENT_QUEUE_LENGTH (8)
86 #endif
87 
94 #define BLE_MGR_RESPONSE_QUEUE_LENGTH (1)
95 
96 #endif /* BLE_MGR_CONFIG_H */
97 
ble_config.h
BLE configuration options.