> Hi Christian, > > I am not refering to "Connection IDs" as implemented in ObexFTP. I want to > send > one file to multiple clients at the same time. The same as having for instance > couple of socket TCP/IP connections and streaming data simultaneously to > different users. Here I am particulary interested if there's any clash if two > or more clients are using the same obex-push channel No way, BlueTooth specs defines RfComm not Piconet as transport for Obex, what you can do is open 1 to 1 connections (you can get up to 7 at the same time from each hci device). You could implement Obex over Piconet, but there's no point in doing it because none other device will be able to communicate with you. Cheers, Manuel
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
