update interfaces/innerkits/include/esim_service_client.h.

Signed-off-by: 郑晓晴 <zhaoxiaoqing17@h-partners.com>
This commit is contained in:
郑晓晴 2024-11-18 11:21:18 +00:00 committed by Gitee
parent ab50cea274
commit 1cf1acc8c0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -226,7 +226,7 @@ public:
*
* @param slotId[in], indicates the card slot index number.
* @param profile[in], the Bound Profile Package data returned by SM-DP+ server.
* @return Return true if the profile is added successfully; return false otherwise.
* @return Return int32_t TELEPHONY_SUCCESS if the profile is added successfully; others on failure.
*/
int32_t AddProfile(int32_t slotId, DownloadableProfile profile);