I have a few questions regarding coreBluetooth that I am not sure about
If I implement a CBCentralManager on an iOS device and run "ScanForPeripherals" using nil as my CBUUID tag will I be able to detect other phones with bluetooth on? Or does it have to be a bluetooth accessory advertising?
Does CoreBluetooth only detect devices implementing Bluetooth Low Energy?
In order to detect a peripheral object using CoreBlueTooth do you have to implement code for a peripheral and test run it on another device?
Thanks