Bluetooth Multiplexing
Bluetooth Multiplexing
- Subject: Bluetooth Multiplexing
- From: Moritz Gmelin <email@hidden>
- Date: Tue, 19 Jul 2005 07:25:02 +0200
Hi,
is it possible with Apple's Stack to offer a new connection notifier
while the channel is still in use by another connection ?
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).
Is it possible that multiple clients are connected to the same
service at the same time ?
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden