Home
last modified time | relevance | path

Searched refs:attrsTlv (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dexecutor_message.h58 Buffer *GetExecutorInfoTlv(Uint8Array attrsTlv, Uint8Array peerUdid);
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c1105 Buffer *GetExecutorInfoTlv(Uint8Array attrsTlv, Uint8Array peerUdid) in GetExecutorInfoTlv() argument
1107 if (IS_ARRAY_NULL(attrsTlv) || IS_ARRAY_NULL(peerUdid)) { in GetExecutorInfoTlv()
1108 LOG_ERROR("attrsTlv is NULL"); in GetExecutorInfoTlv()
1119 ResultCode result = SetAttributeUint8Array(attribute, ATTR_ATTRS, attrsTlv); in GetExecutorInfoTlv()

Completed in 3 milliseconds