Bluetooth : Discovering the devices (Name and Addr)
| Tue, 2008-03-25 10:54 | |
|
RSocketServ socketServ; RHostResolver hr; TInquirySockAddr addr; if(status == KErrNone) so can i change the SetAction() to KHostResInquiry before the next() also or not ? n i need to do this for every device please suggest thanks in adavance |
|






i need the name and address of every device discovered.
Forum posts: 2
Hi!
Changing addr.SetAction(KHostResInquiry); to addr.SetAction(KHostResName|KHostResInquiry);
will get you both name and adress at the same time.
Good luck!
/Björn