Boris Zbarsky

Results 364 comments of Boris Zbarsky

@chomper1 So you can control the device with Linux chip-tool but not with Apple Home or Google Home? Do the latter fail to control it completely, or just intermittently? Does...

`GroupKeyManagementAttributeAccess::ReadGroupKeyMap` does: ``` auto fabric_index = aEncoder.AccessingFabricIndex(); .... auto iter = provider->IterateGroupKeys(fabric_index); ``` as in, it iterates only group keys for the accessing fabric index, instead of iterating all group...

And the group data provider API does not seem to have a way to iterate all group info or group keys across all fabric indices (but providing the fabric index...

That information is not public on AttributeValueEncoder, to keep people from trying to do weird things and shooting themselves in the foot. We could expose it, I guess, or just...

@mustafayuce33 Is this bridge-app from the SDK, completely unmodified? And is it running on-network, or are you trying to commission it over BLE? The single Network Commissioning cluster bridge-app defines...

> How can I set my bridge-app to run over on-network? Is the device it's running on actually on the network you are trying to commission it onto? Is the...

> App is being discovered over DNS-SD That is extremely strange. In that case I would not have expected the "border router" thing to come up at all... > Where...

@mustafayuce33 Is the device connected to the IP network via WiFi or Thread?

@mustafayuce33 A few things: 1. I did some checking, and Home does not special-case on-network pairing: if the device claims to be Thread-capable-only it will try to configure Thread networking...