Re: RFCOMMServer: how to accept multiple connections?
I am in the process of modifying RFCOMMServer to allow it
accepting connections from multiple clients.
Well, I don't know the first thing about sockets, but I have a setup where multiple Bluetooth device can initiate connections to my application. To accomplish this all I had to do was set up an incoming channel. Whenever a device connects, it comes in on that channel, I have a callback that gets called and (according to the Apple guys here) the Bluetooth system software does a master-slave switch, leaving the system ready to accept another incoming connection. ...Eric... _______________________________________________ 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)
-
Crichlow, Eric