Namespaces
Variants
Actions

How to pick remote Bluetooth address

Jump to: navigation, search
Article Metadata

Article
Created: mahbub_s60 (10 May 2008)
Last edited: hamishwillee (26 Jul 2012)

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 address
This page was last modified on 26 July 2012, at 05:39.
55 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved