如果我在我的两个ios设备上多次连接和断开蓝牙,我会得到重复的对等名。有没有办法在gkpeerpickercontroller中为蓝牙聊天应用程序获取唯一对等点的单一名称。同时附上截图。我使用下面的代码来显示GKPeerPickerController。-(IBAction)btnConnectClicked:(id)sender{[selfopenPeerPickerController];}-(IBAction)btnDisconnectClicked:(id)sender{[currentSessiondisconnectFromAllPeers];}-(void)openPee