# Copyright 2024-2025 MicroEJ Corp. # Use of this source code is governed by a BSD-style license that can be found with this software. target_sources(app PRIVATE "src/bt_event.c" "src/LLBLUETOOTH_impl.c" "src/bt_helper.c" ) target_include_directories(app PRIVATE "inc" "../../../sdk/framework/bluetooth/bt_stack/src/inc" )