esp-nimble-cpp / NimBLE-Arduino  1.3.1
nimconfig.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include "sdkconfig.h"
11 #include "nimconfig_rename.h"
12 
13 #ifdef _DOXYGEN_
14 
16 #define CONFIG_BT_NIMBLE_MAX_CONNECTIONS 3
17 
19 #define CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU 255
20 
22 #define CONFIG_BT_NIMBLE_SVC_GAP_DEVICE_NAME "nimble"
23 
27 #define CONFIG_BT_NIMBLE_DEBUG
28 
32 #define CONFIG_NIMBLE_CPP_ENABLE_RETURN_CODE_TEXT
33 
37 #define CONFIG_NIMBLE_CPP_ENABLE_GAP_EVENT_CODE_TEXT
38 
42 #define CONFIG_NIMBLE_CPP_ENABLE_ADVERTISMENT_TYPE_TEXT
43 
45 #define CONFIG_BT_NIMBLE_SVC_GAP_APPEARANCE 0x0
46 
50 #define CONFIG_BT_NIMBLE_ROLE_CENTRAL_DISABLED
51 
55 #define CONFIG_BT_NIMBLE_ROLE_OBSERVER_DISABLED
56 
60 #define CONFIG_BT_NIMBLE_ROLE_PERIPHERAL_DISABLED
61 
65 #define CONFIG_BT_NIMBLE_ROLE_BROADCASTER_DISABLED
66 
68 #define CONFIG_BT_NIMBLE_MAX_BONDS 3
69 
71 #define CONFIG_BT_NIMBLE_MAX_CCCDS 8
72 
74 #define CONFIG_BT_NIMBLE_RPA_TIMEOUT 900
75 
82 #define CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT 12
83 
85 #define CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL 1
86 
88 #define CONFIG_BT_NIMBLE_PINNED_TO_CORE 0
89 
91 #define CONFIG_BT_NIMBLE_TASK_STACK_SIZE 4096
92 
93 #endif // _DOXYGEN_