Skip to content

Commit

Permalink
[NXP] update BLE include path
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Girardot <[email protected]>
  • Loading branch information
Martin-NXP committed Dec 16, 2024
1 parent af823a7 commit 13300b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/thermostat/nxp/common/main/BleZephyrManagerApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@

#include "BLEApplicationManager.h"

#include <platform/internal/CHIPDeviceLayerInternal.h>

#include "BLEManagerImpl.h"
#include <ble/CHIPBleServiceData.h>
#include <ble/Ble.h>
#include <platform/ConfigurationManager.h>
#include <platform/internal/CHIPDeviceLayerInternal.h>
#include <zephyr/bluetooth/gatt.h>


#define ADV_LEN 2

using namespace ::chip::DeviceLayer;
Expand Down

0 comments on commit 13300b3

Please sign in to comment.