Local Bluetooth device address??

Login to reply to this topic.
Mon, 2005-06-06 15:09
Joined: 2005-06-06
Forum posts: 6
Hi!
I'm having problems with local Bluetooth device address. My code works fine in older phones, which uses Symbian versions 6.1 or 7.0 (for example Nokia N-Gage and Nokia 6600). But in 6630 it doesn't work. The C++ code is:

iSocket.Ioctl(KHCILocalAddressIoctl,iStatus,&iDevAddrPckg,KSolBtHCI);


I know that Publish&Subscribe API can be used in 6630 to find local device address, but it is not compatible in older ones.

So is there a way to get local device address so that it works in every version of Symbian OS??

Tue, 2005-11-29 17:18
Joined: 2005-09-07
Forum posts: 16
Re: Local Bluetooth device address??
Check documentation in SDK directory. All you need is there...

Per aspera ad astra

Tue, 2005-11-29 23:08
Joined: 2005-04-27
Forum posts: 77
Re: Local Bluetooth device address??
I also got this problem on bluetooth. Besides this all bluetooth function using HCI cannot be used in Symbian 8.
Now need to complied two versions for different OS.
Wed, 2005-11-30 09:14
Joined: 2005-06-09
Forum posts: 174
Re: Local Bluetooth device address??
To build different code for different build targets, either use ifdefs or different source files.

  • Login to reply to this topic.