javaextensions/bluetooth/omjbluetooth/src.s60/discoveryagent.h
changeset 79 2f468c1958d0
parent 21 2a9601315dfc
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    82 
    82 
    83     bool CancelServiceSearch();
    83     bool CancelServiceSearch();
    84 
    84 
    85     int getStatusOfCompletion();
    85     int getStatusOfCompletion();
    86 
    86 
    87     int PopulateServiceRecordAttrValue(JNIEnv* aJni, jobject& aPeer,
    87     int PopulateServiceRecordAttrValue(JNIEnv* aJni,
    88                                        TInt64 aRemoteAddress, long aHandle, TPtrC16 aAttrIdsDes,
    88                                        TInt64 aRemoteAddress, long aHandle, TPtrC16 aAttrIdsDes,
    89                                        jobject aServiceRecordImpl, java::util::Monitor* aMonitor);
    89                                        jobject aServiceRecordImpl, java::util::Monitor* aMonitor);
    90 
    90 
    91     void PopulateRecordCompleted(int aStatus);
    91     void PopulateRecordCompleted(int aStatus);
    92 
    92 
   118 
   118 
   119     void CleanupAllServiceSearcherInfo();
   119     void CleanupAllServiceSearcherInfo();
   120 
   120 
   121     void StartedServiceSearch(JNIEnv* aJni, jobject& aPeer);
   121     void StartedServiceSearch(JNIEnv* aJni, jobject& aPeer);
   122 
   122 
   123     void populateServiceRecordAttrValueFs(TInt64 aRemoteAddress, long aHandle,
   123     void populateServiceRecordAttrValueFsL(TInt64 aRemoteAddress, long aHandle,
   124                                           TPtrC16 aAttrIdsDes, jobject aServiceRecordImpl);
   124                                           TPtrC16 aAttrIdsDes, jobject aServiceRecordImpl);
   125 
   125 
   126 private:
   126 private:
   127     // Service Search Data
   127     // Service Search Data
   128     bool mIsServiceSearchOn;
   128     bool mIsServiceSearchOn;