Read-only archive of the All About Symbian forum (2001–2013) · About this archive

P800 bluetooth discover problem

1 replies · 2,005 views · Started 17 October 2004

I try to use the class RNotifier to find the devices that there are arround my P800 but i can't find any device, the code that i use is:

RNotifier notifica;
TBTDeviceSelectionParamsPckg selectionFilter;
TBTDeviceResponseParams result;
TBTDeviceResponseParamsPckg resultPckg(result);
TRequestStatus status;
User::LeaveIfError(notifica.Connect());
notifica.StartNotifierAndGetResponse
(status,KDeviceSelectionNotifierUid,selectionFilter, resultPckg);
User::After(2000000);
User::WaitForRequest(status);

Can somebody help me?

Thank.F