Scanning for bluetooth-devices
Hi, In my school-project I'm making an application that searches for nearby bluetooth-devices. What I'm trying to do now is to send a Remote_Name_Request to all the devices in a list. If I get a name in return, I know that they are within range. But when using this method the application seem to crash due to all the request, (?) (or maybe due to my programming skills :) I'm starting to think my solution sucks, and I'm wondering if there is another way to discover devices that are within range? I think it would make my day(s) a lot easier if I could make something like: - (NSArray *)scanForBluetoothDevices (that returns the device addresses to the bluetoothdevices that are within range) Can this be done? And if yes, can anyone please explain how? best regards, Eivind Andersen _______________________________________________ bluetooth-dev mailing list | bluetooth-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/bluetooth-dev Do not post admin requests to the list. They will be ignored.
participants (1)
-
Eivind Andersen