summaryrefslogtreecommitdiff
path: root/src/BLERemoteDescriptor.cpp
blob: 2be312ae3c7cb57f7c9b5b653fcc78cf91860e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * BLERemoteDescriptor.cpp
 *
 *  Created on: Jul 8, 2017
 *      Author: kolban
 */
#include "sdkconfig.h"
#if defined(CONFIG_BT_ENABLED)
#include "BLERemoteDescriptor.h"
 
#endif /* CONFIG_BT_ENABLED */