diff --git a/btle/btle_discovery.cpp b/btle/btle_discovery.cpp index 0652edb..a5496af 100644 --- a/btle/btle_discovery.cpp +++ b/btle/btle_discovery.cpp @@ -14,6 +14,8 @@ * limitations under the License. */ +#include + #include "blecommon.h" #include "UUID.h" #include "Gap.h" @@ -104,8 +106,6 @@ NordicServiceDiscovery::launchCharacteristicDiscovery(Gap::Handle_t connectionHa return BLE_ERROR_NONE; } -#include - void NordicServiceDiscovery::setupDiscoveredServices(const ble_gattc_evt_prim_srvc_disc_rsp_t *response) {