Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 17:43, 10 May 2008.

How to pick remote Bluetooth address

From Forum Nokia Wiki

Overview

There are several ways to know BT device address of remote device. Here one of the way to know the remote device address.

TBTSockAddr iOtherDevice;
iAcceptedSocket.RemoteName(iOtherDevice);
TBTDevAddr BDAddress = iOtherDevice.BTAddr();
TBuf<12> readable;
BDAddress.GetReadable( readable);		   			
// readable is human readable name
Related Discussions
Thread Thread Starter Forum Replies Last Post
Sample Program to find Bluetooth Device Address raymondyau Bluetooth Technology 1 2002-09-09 07:10
bluetooth device address murmur20 Bluetooth Technology 1 2005-03-17 13:05
pick another Font hk3003 Mobile Java General 1 2006-11-29 14:12
how to Retrieve the Bluetooth Address of the Nokia 7650 zikman9 Bluetooth Technology 3 2003-07-21 14:00
SDK V2.0 works better than V1.2 on bluetooth issues? liying Bluetooth Technology 1 2004-02-02 16:15
 
Powered by MediaWiki