Skip to content

Implement the isThreadConnected method #12139

@SuGlider

Description

@SuGlider

@SuGlider With availability of Matter over Thread, could we implement the isThreadConnected method? Probably using chip::DeviceLayer::ConnectivityMgr().IsThreadAttached()?

#if CHIP_DEVICE_CONFIG_ENABLE_THREAD
bool ArduinoMatter::isThreadConnected() {
return false; // Thread Network TBD
}
#endif

Originally posted by @loozhengyuan in #11965 (comment)

Metadata

Metadata

Assignees

Labels

Area: MatterIssues and Feature Request about Matter Protocol

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions