softbus.proto
@@ -26,6 +26,17 @@ int32 subTopicKey = 4; int32 updateTopicKey = 5; int32 replyKey = 6; int32 getTopicKey = 7; } message TopicInfo{ string topic = 1; string topicType = 2; } message TopicInfoReply{ TopicInfo info = 1; int32 key = 2; } message HeartbeatInfo {