I hear that iOS7 introduced this functionality with CBCentralManager but can\'t find how. Is possible? There is another way widthout use GKPeerPickerController?
use bluetooth Manager framework,
import the bluetoothManager Framework, create a object of bluetooth manager framework, as btManager,
write the following code in Bluetooth On button target
[btManager setPowered:YES]; [btManager setEnabled:YES];
all the best...