syscfg.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2022 Gunar Schorcht
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
19 #ifndef ESP_BLE_NIMBLE_SYSCFG_SYSCFG_H
20 #define ESP_BLE_NIMBLE_SYSCFG_SYSCFG_H
21 
22 #if !DOXYGEN
23 
24 /* disable native transport mechanism and enable the custom transport mechanism */
25 #define MYNEWT_VAL_BLE_TRANSPORT_LL__custom (1)
26 #define MYNEWT_VAL_BLE_TRANSPORT_LL__native (0)
27 
28 #include_next "syscfg/syscfg.h"
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* !DOXYGEN */
39 #endif /* ESP_BLE_NIMBLE_SYSCFG_SYSCFG_H */