site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Hi, In other words, does this work: while (!shutdown) { 1. conn = register notifier and wait for connection; 2. start new Thread with (conn). } 3 thread (conn) { 4. communicate with (conn); 5. do some work. 6. close (conn). I do know that Bluetooth supports multiplexing across Connections with the same PSM by using some kind of sub channels, so multiplexing in RFComm should work even better. M. _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... is it possible with Apple's Stack to offer a new connection notifier while the channel is still in use by another connection ? Is it possible that multiple clients are connected to the same service at the same time ? This email sent to site_archiver@lists.apple.com
participants (1)
-
Moritz Gmelin