mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 08:49:59 +00:00
modify EVENT_NODE_STATE_MASK value
Signed-off-by: y30033032 <yuanmeng36@huawei.com>
This commit is contained in:
parent
c8bdfb3454
commit
df25788ac6
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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}.
|
||||
|
Loading…
Reference in New Issue
Block a user