HomeSort by relevance Sort by last modified time
    Searched refs:mSdpHandle (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MnsService.java 53 private int mSdpHandle = -1;
65 mSdpHandle = sdpManager.createMapMnsRecord("MAP Message Notification Service",
80 if (mSdpHandle < 0) {
84 int sdpHandle = mSdpHandle;
85 mSdpHandle = -1;
91 Log.i(TAG, "cleanUpSdpRecord, mSdpHandle=" + sdpHandle);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 62 private int mSdpHandle = -1;
132 if (mAdapter != null && mSdpHandle >= 0 &&
135 " Object reference: " + this + "SDP handle: " + mSdpHandle);
136 boolean status = SdpManager.getDefaultManager().removeSdpRecord(mSdpHandle);
138 mSdpHandle = -1;
290 mSdpHandle = createMasSdpRecord(mServerSockets.getRfcommChannel(),
294 " Object reference: " + this + "SDP handle: " + mSdpHandle);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 205 private int mSdpHandle = -1;
460 if (mSdpHandle < 0) {
464 int sdpHandle = mSdpHandle;
465 mSdpHandle = -1;
471 Log.i(TAG, "cleanUpSdpRecord, mSdpHandle=" + sdpHandle);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 81 private int mSdpHandle = -1;
118 if (mAdapter != null && mSdpHandle >= 0 &&
120 if(VERBOSE) Log.d(TAG, "Removing SDP record handle: " + mSdpHandle);
121 boolean status = SdpManager.getDefaultManager().removeSdpRecord(mSdpHandle);
122 mSdpHandle = -1;
152 mSdpHandle = SdpManager.getDefaultManager().createSapsRecord(SDP_SAP_SERVICE_NAME,
    [all...]

Completed in 96 milliseconds