syscfg.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2022 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #if !DOXYGEN
19 
20 /* disable native transport mechanism and enable the custom transport mechanism */
21 #define MYNEWT_VAL_BLE_TRANSPORT_LL__custom (1)
22 #define MYNEWT_VAL_BLE_TRANSPORT_LL__native (0)
23 
24 #include_next "syscfg/syscfg.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif /* !DOXYGEN */