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