From 97b1211b7183341e0e6d3c368bc6338265380bb7 Mon Sep 17 00:00:00 2001 From: Isha Pardikar Date: Wed, 27 Jul 2022 13:03:05 +0530 Subject: [PATCH] Merge branch 'bugfix/nimble_l2cap_coc_cmake' into 'master' NimBLE : Fixed nimble L2CAP COC example CMakeLists.txt --- .../bluetooth/nimble/ble_l2cap_coc/coc_blecent/CMakeLists.txt | 2 +- .../bluetooth/nimble/ble_l2cap_coc/coc_bleprph/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/CMakeLists.txt b/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/CMakeLists.txt index 7ae8051839..6265291dec 100644 --- a/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/CMakeLists.txt +++ b/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/CMakeLists.txt @@ -3,4 +3,4 @@ cmake_minimum_required(VERSION 3.5) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(blecent_l2cap_coc) +project(coc_blecent) diff --git a/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/CMakeLists.txt b/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/CMakeLists.txt index d421ba24fc..74e6734037 100644 --- a/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/CMakeLists.txt +++ b/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/CMakeLists.txt @@ -3,4 +3,4 @@ cmake_minimum_required(VERSION 3.5) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(bleprph_l2cap_coc) +project(coc_bleprph)