modify EVENT_NODE_STATE_MASK value

Signed-off-by: y30033032 <yuanmeng36@huawei.com>
This commit is contained in:
y30033032 2023-03-20 14:41:28 +08:00
parent c8bdfb3454
commit df25788ac6
3 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ The main code directory structure of DSoftBus is as follows:
#define EVENT_NODE_STATE_OFFLINE 0x02
#define EVENT_NODE_STATE_INFO_CHANGED 0x04
#define EVENT_NODE_STATUS_CHANGED 0x08
#define EVENT_NODE_STATE_MASK 0x15
#define EVENT_NODE_STATE_MASK 0xF
// Device information
typedef struct {

View File

@ -176,7 +176,7 @@
#define EVENT_NODE_STATE_OFFLINE 0x02
#define EVENT_NODE_STATE_INFO_CHANGED 0x04
#define EVENT_NODE_STATUS_CHANGED 0x08
#define EVENT_NODE_STATE_MASK 0x15
#define EVENT_NODE_STATE_MASK 0xF
// 节点信息
typedef struct {

View File

@ -104,7 +104,7 @@ extern "C" {
* @since 1.0
* @version 1.0
*/
#define EVENT_NODE_STATE_MASK 0x15
#define EVENT_NODE_STATE_MASK 0xF
/**
* @brief The maximum length of meta node bypass info {@link MetaNodeConfigInfo.bypassInfo}.