Groups > Symbian > Symbian EPOC connect > Re: Differentiate BT devices.




Differentiate BT devices.

Differentiate BT devices.
Thu, 31 Aug 2006 11:18:00 +053
Hi All,

 I am discover the BT devices RHostResolver .

 But how i know that  BT devices is Access Point, mobile, computer .

 Plz help.

 BR
 DM




Post Reply
Re: Differentiate BT devices.
Thu, 31 Aug 2006 15:42:26 +053
"DM" <DM@wirelessindia.com> wrote in message 
news:Y7e6PFMzGHA.1380@UKCOL01WWEB01.symbian.intra...
> Hi All,
>
> I am discover the BT devices RHostResolver .
>
> But how i know that  BT devices is Access Point, mobile, computer .
>
> Plz help.
>
> BR
> DM
>

After searching BT devices i get the  BT address.
as follows

001060a46087           c63
0012375558cd           n90
0007808091f0           access point
00126288d7b3           9300
000ad9e82d40           p900
001060a45e 96           c73
000476e1b36f           c103
000d18011238           c30
00119fc735e2           nokia
001060a45db6           c90
000476e1b28e           c8
001262a17d3b           nokia

My question BT address  of the device is fixed /not.

How i distinct  access point  to other BT device.

is there is any API that distict  BT devices?

BR
DM



Post Reply
Re: Differentiate BT devices.
Mon, 4 Sep 2006 14:11:04 +0530
Hi,
You can get the class of devices.
You have a major code and minor class of devices that
let you differentiate between them.
Am not sure if you can get the precise model number.
Will post the code for it soon.
--Mayur.

"DM" <DM@wirelessindia.com> wrote in message
news:p3uwCZOzGHA.3788@UKCOL01WWEB01.symbian.intra...
>
> "DM" <DM@wirelessindia.com> wrote in message
> news:Y7e6PFMzGHA.1380@UKCOL01WWEB01.symbian.intra...
> > Hi All,
> >
> > I am discover the BT devices RHostResolver .
> >
> > But how i know that  BT devices is Access Point, mobile, computer .
> >
> > Plz help.
> >
> > BR
> > DM
> >
>
> After searching BT devices i get the  BT address.
> as follows
>
> 001060a46087           c63
> 0012375558cd           n90
> 0007808091f0           access point
> 00126288d7b3           9300
> 000ad9e82d40           p900
> 001060a45e 96           c73
> 000476e1b36f           c103
> 000d18011238           c30
> 00119fc735e2           nokia
> 001060a45db6           c90
> 000476e1b28e           c8
> 001262a17d3b           nokia
>
> My question BT address  of the device is fixed /not.
>
> How i distinct  access point  to other BT device.
>
> is there is any API that distict  BT devices?
>
> BR
> DM
>
>
>
>

Post Reply
Re: Differentiate BT devices.
Mon, 4 Sep 2006 14:16:20 +0530
Hi,
Check this link it has the code u need.
http://forum.newlc.com/index.php/topic,8464.0.html
--Mayur.

"DM" <DM@wirelessindia.com> wrote in message
news:p3uwCZOzGHA.3788@UKCOL01WWEB01.symbian.intra...
>
> "DM" <DM@wirelessindia.com> wrote in message
> news:Y7e6PFMzGHA.1380@UKCOL01WWEB01.symbian.intra...
> > Hi All,
> >
> > I am discover the BT devices RHostResolver .
> >
> > But how i know that  BT devices is Access Point, mobile, computer .
> >
> > Plz help.
> >
> > BR
> > DM
> >
>
> After searching BT devices i get the  BT address.
> as follows
>
> 001060a46087           c63
> 0012375558cd           n90
> 0007808091f0           access point
> 00126288d7b3           9300
> 000ad9e82d40           p900
> 001060a45e 96           c73
> 000476e1b36f           c103
> 000d18011238           c30
> 00119fc735e2           nokia
> 001060a45db6           c90
> 000476e1b28e           c8
> 001262a17d3b           nokia
>
> My question BT address  of the device is fixed /not.
>
> How i distinct  access point  to other BT device.
>
> is there is any API that distict  BT devices?
>
> BR
> DM
>
>
>
>

Post Reply
Re: Differentiate BT devices.
Tue, 5 Sep 2006 09:36:28 +0530
Hi Mayur,

Thanks for useful link. It's working.


"Mayur Kankanwadi" <eminemence@gmail.com> wrote in message 
news:cHHHLIA0GHA.3788@UKCOL01WWEB01.symbian.intra...
> Hi,
> Check this link it has the code u need.
> http://forum.newlc.com/index.php/topic,8464.0.html
> --Mayur.
>
> "DM" <DM@wirelessindia.com> wrote in message
> news:p3uwCZOzGHA.3788@UKCOL01WWEB01.symbian.intra...
>>
>> "DM" <DM@wirelessindia.com> wrote in message
>> news:Y7e6PFMzGHA.1380@UKCOL01WWEB01.symbian.intra...
>> > Hi All,
>> >
>> > I am discover the BT devices RHostResolver .
>> >
>> > But how i know that  BT devices is Access Point, mobile, computer
.
>> >
>> > Plz help.
>> >
>> > BR
>> > DM
>> >
>>
>> After searching BT devices i get the  BT address.
>> as follows
>>
>> 001060a46087           c63
>> 0012375558cd           n90
>> 0007808091f0           access point
>> 00126288d7b3           9300
>> 000ad9e82d40           p900
>> 001060a45e 96           c73
>> 000476e1b36f           c103
>> 000d18011238           c30
>> 00119fc735e2           nokia
>> 001060a45db6           c90
>> 000476e1b28e           c8
>> 001262a17d3b           nokia
>>
>> My question BT address  of the device is fixed /not.
>>
>> How i distinct  access point  to other BT device.
>>
>> is there is any API that distict  BT devices?
>>
>> BR
>> DM
>>
>>
>>
>>
>
> 

Post Reply
<< Previous 1 2 Next >>
( Page 1 of 2 )
about | contact