bluetooth connection problem

2003-06-06 Thread Raymond Ho
With bluetooth connection, I use RFComm to communicate with bluetooth device as following : MemSet( &btParams, sizeof(btParams), 0 ); // note this leaves the remote dev addr null btParams.role = btVdClient; // we are the client side btParams.authenticate = false; //No l

Re: bluetooth connection problem

2003-06-10 Thread Rodolphe Bréjaude
y, June 06, 2003 7:21 PM Subject: bluetooth connection problem > With bluetooth connection, I use RFComm to communicate with bluetooth device > as following : > > MemSet( &btParams, sizeof(btParams), 0 ); // note this leaves the > remote dev addr null > btParams.role = b

RE: bluetooth connection problem

2003-06-10 Thread Agus Silas
10 juin 2003 10:16 À : Palm Developer Forum Objet : Re: bluetooth connection problem to detect all bt devices, set 0x00 to all the BT address in btParams.u.client.remoteDevAddr.address[x] - Original Message - From: "Raymond Ho" <[EMAIL PROTECTED]> Newsgroups: palm-dev-foru