Will GKPeerPickerController show the peer ids of the bluetooth device which is part of one particular application in suspended mode
Scenario
I have an iOS bluetooth application XYZ with a particular session id.Same application is running in multiple devices with same session id. Each devices should show the list of nearby devices in the XYZ application. Suppose the application has gone suspended mode in one of the device. My question is still the other peers will get the peer ID of the bluetooth device which from the XYZ app which is in suspended mode.
Thanks in advance