Skip to content

Commit 549a513

Browse files
committed
Cordio: Enable client and server signing
1 parent d0c4d7a commit 549a513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ void BLE::stack_setup()
355355
AttHandlerInit(handlerId);
356356
AttsInit();
357357
AttsIndInit();
358+
AttsSignInit();
358359
AttcInit();
360+
AttcSignInit();
359361

360362
handlerId = WsfOsSetNextHandler(SmpHandler);
361363
SmpHandlerInit(handlerId);

0 commit comments

Comments
 (0)