mirror of https://github.com/ARMmbed/mbed-os.git
Cordio: Enable client and server signing
parent
d0c4d7a8a3
commit
549a513dfb
|
|
@ -355,7 +355,9 @@ void BLE::stack_setup()
|
|||
AttHandlerInit(handlerId);
|
||||
AttsInit();
|
||||
AttsIndInit();
|
||||
AttsSignInit();
|
||||
AttcInit();
|
||||
AttcSignInit();
|
||||
|
||||
handlerId = WsfOsSetNextHandler(SmpHandler);
|
||||
SmpHandlerInit(handlerId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue