update core/transmission/interface/softbus_transmission_interface.h.

Signed-off-by: wangwang <wangwang16@huawei.com>
This commit is contained in:
wangwang 2024-10-28 08:40:16 +00:00 committed by Gitee
parent 64cfc8221f
commit b27f78d3f2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -35,7 +35,7 @@ typedef struct {
* @param[in] channelId indicates that channel is open.
* @param[in] uuid indicates the pointer to the uuid.
* @param[in] isServer indicates server side or client side.
* @return <b>SOFTBUS_OK</b> the processing success after the callback.
* @return <b>SOFTBUS_OK</b> the processing success after the callback; returns an error code otherwise..
*/
int (*onChannelOpened)(int32_t channelId, const char *uuid, unsigned char isServer);
/**