SmartSnippets DA1459x SDK
ad_ble_config.h
Go to the documentation of this file.
1 
43 #ifndef AD_BLE_CONFIG_H
44 #define AD_BLE_CONFIG_H
45 
52 #ifndef AD_BLE_EVENT_QUEUE_LENGTH
53 #define AD_BLE_EVENT_QUEUE_LENGTH 8
54 #endif
55 
62 #ifndef AD_BLE_COMMAND_QUEUE_LENGTH
63 #define AD_BLE_COMMAND_QUEUE_LENGTH 8
64 #endif
65 
66 
67 #endif /* AD_BLE_CONFIG_H */
68