hi
TInquirySockAddr addr;
TNameEntry entry;
addr.SetIAC(KGIAC);
addr.SetAction(KHostResName|KHostResInquiry);
TRequestStatus status;
hr.GetByAddress(addr, entry, status);
User::WaitForRequest(status);
using above code i want to print Name and adress of the Bluetooth device? How should i do this? Please tell me

Reply With Quote
es gives you a binary descriptor, but TBTDevAddr::GetReadable probably gives you a human readable descriptor.


