Multithread supportΒΆ
SMCOM Transrecive
β Access to SE is protected using mutex at the smCom layer in smCom Transceive functions.
Session Open
β sss_session_open() api is not thread safe. Api must not be called concurrently from
multiple threads. The application must ensure this.
PlatformSCP
β PlatformSCP command counter is also protected using mutex in SSS layer.