project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
303 stars 43 forks source link

Pass explicit DiscoveryCapabilities #162

Closed ivmarkov closed 2 months ago

ivmarkov commented 2 months ago

Minor extension to allow the user to pass a custom DiscoveryCapabilities instance thru the API.

Currently, a Default::default() discovery caps is hard-coded in rs-matter, however this is not appropriate because the default instance is set for ethernet commissioning, while the user might want Wifi+BLE.