Nearby Connections 2.0:什么时候可以同时advertising/discovery?

Nearby Connections 2.0: When is simultaneous advertising/discovery possible?

我目前正在尝试使用 P2P_CLUSTER 策略同时宣传和发现。我相信这应该有效,因为 the available documentation says the P2P_CLUSTER strategy supports M-N connection topology (where each device can both initiate outgoing connections to M other devices and accept incoming connections from N other devices). However, the same documentation also says that it's possible to simultaneously advertise and discover using the P2P_STAR strategy. So simultaneous advertising/discovery would seem to be possible with all strategies? But I wonder about this, because I also read the following note on a different documentation page:

Note: depending on the Strategy, it's possible to advertise and discover at the same time on a device.

那么同时发布广告和发现的能力是否取决于策略?如果是,怎么做?

目前,所有策略都可以同时进行广告+发现。有一段时间(预发布)这不是真的,并且保留了这种措辞,以防我们添加不能同时执行这两项操作的新策略。

也就是说,鉴于目前的情况,该说明令人困惑。我会让人删除它。