I am trying to make a connection using bonjour and bluetooth between my mac and my iPhone.
I´ve been reading a bit and from these sites I have learned that I cannot use NSNetService as I did on my first attempt.
Bonjour over bluetooth WITHOUT Gamekit ?
Bonjour over Bluetooth on iOS 5.0
So I have modded the DNSSDObjects sample code to use the kDNSServiceInterfaceIndexP2P flag instead. DNSSDObjects
But I still cant connect my iPhone with my mac. If I change the flag back to kDNSServiceInterfaceIndexAny I can make a connection over Wifi (lan). But no luck using kDNSServiceInterfaceIndexP2P or kDNSServiceFlagsIncludeP2P using bluetooth.
Is there something missing, is it even possible to connect OSX and iOS using bonjour and bluetooth?