bluetoothengine/btnotif/btnotifsrv/src/btnotifserviceauthorizer.cpp
changeset 63 bcf742120177
parent 52 4545c04e61e1
equal deleted inserted replaced
52:4545c04e61e1 63:bcf742120177
   124         aMessage.Write(EBTNotifSrvReplySlot, answer);
   124         aMessage.Write(EBTNotifSrvReplySlot, answer);
   125         aMessage.Complete(KErrNone);
   125         aMessage.Complete(KErrNone);
   126         return;
   126         return;
   127         }
   127         }
   128     
   128     
   129     // User must namually authorize this request. 
   129     // User must manually authorize this request. 
   130     // Get needed info for the dialog:
   130     // Get needed info for the dialog:
   131     iPairedDevice = (dev == NULL ) ? EFalse : dev->IsUserAwareBonded();
   131     iPairedDevice = (dev == NULL ) ? EFalse : dev->IsUserAwareBonded();
   132     iDeviceClass = (dev == NULL ) ? 0 : dev->Device().DeviceClass().DeviceClass();
   132     iDeviceClass = (dev == NULL ) ? 0 : dev->Device().DeviceClass().DeviceClass();
   133     TBTNotifUtil::GetDeviceUiNameL(iCurrentDeviceName, 
   133     TBTNotifUtil::GetDeviceUiNameL(iCurrentDeviceName, 
   134             dev, paramsPckg().iName, paramsPckg().iBDAddr );
   134             dev, paramsPckg().iName, paramsPckg().iBDAddr );