You Are Here:

Community: Developer Discussion Boards

#1 Old 3650/7650 Multipoint BT Connection? - 2003-07-30, 11:49

Join Date: Apr 2003
Posts: 9
jukkor
Offline
Registered User
Has anyone succeeded to create a multipoint BT connection?
I have tried everything but nothing seems to work.
Any hints would be more than welcomed!

(Nokia says that ther is an API but where is it and how does it work?)
Reply With Quote

#2 Old 2003-07-30, 12:22

Join Date: Mar 2003
Posts: 10
pzboyz
Offline
Registered User
The bluetooth module in the 3650 claims to be multipoint capable (see qualweb.opengroup.org for details), I have never found this to work. It could be that the OS6.0 is not able to cope with more than one device and so does not take full advantage of the bluetooth module.
Reply With Quote

#3 Old 2003-08-19, 09:26

Join Date: Apr 2003
Posts: 9
jukkor
Offline
Registered User
Is it really true that nobody knows answer to this question?

Could Nokia atleast give an explanation why they don't give an answer (is it that Nokia phones doesn't support multipoint afterall)?
Reply With Quote

#4 Old 2003-10-29, 08:57

Join Date: Aug 2003
Posts: 3
tblock
Offline
Registered User
Hi,
7650/3650 are capable of point to multipoint connection. But the BT UI does block it. So you have to programm it by your own.

You have to do something like following (very rough example):

class Your_class
{
...
RSocketServ iSocketServer;
RSocket iSocket;
};

TInt Your_class::ConnectL(const TBTDevAddr& aBtAddr, TInt aPort)
{
TBTSockAddr address;
TRequestStatus status;

User::LeaveIfError( iSocketServer.Connect() );
User::LeaveIfError( iSocket.Open( iSocketServer, _L("RFCOMM") ) );

address.SetBTAddr( aBtAddr );
address.SetPort( aPort );

iSocket.Connect( address, status );

User::WaitForRequest( status );
if( status != KErrNone )
{
iSocket.Close();
iSocketServer.Close();
}
}


If you now make an array of Your_class, you can connect to every device by calling

Your_class[i].ConnectL( bd_address, port )

I hope this helps
Reply With Quote

#5 Old 2003-11-03, 23:17

Join Date: Nov 2003
Posts: 7
mztown
Offline
Registered User


----------------------------------

Play hard, work harder!
Last edited by mztown : 2003-11-15 at 18:32.
Reply With Quote

#6 Old 2003-11-04, 08:15

Join Date: Aug 2003
Posts: 3
tblock
Offline
Registered User
Yes I tried it and this works ...
Reply With Quote

#7 Old 2003-11-14, 21:07

Join Date: Oct 2003
Posts: 18
Location: Oulu
HansProve
Offline
Registered User
Yes,

Multiple connections works good (as Client)

Has anybody experience with searching bluetooth devices (with RHostResolver) and other bluetooth activity at the same time?



BR, Hans
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia