Skip to content

Commit 0ddc75a

Browse files
committed
CMake: Fix BLE private address linker error
List newly added files in CMake input source files.
1 parent 662e32f commit 0ddc75a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

connectivity/FEATURE_BLE/source/cordio/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ target_sources(mbed-os-ble-cordio
2020
source/PalEventQueueImpl.cpp
2121
source/PalGapImpl.cpp
2222
source/PalGenericAccessServiceImpl.cpp
23+
source/PalPrivateAddressControllerImpl.cpp
2324
source/PalSecurityManagerImpl.cpp
2425

2526
stack_adaptation/hci_tr.c

connectivity/FEATURE_BLE/source/generic/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ target_sources(mbed-os-ble
1212
GapImpl.cpp
1313
GattClientImpl.cpp
1414
KVStoreSecurityDb.cpp
15+
PrivateAddressController.cpp
1516
SecurityManagerImpl.cpp
1617
)

0 commit comments

Comments
 (0)