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

  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MnsService.java 84 int sdpHandle = mSdpHandle;
88 Log.e(TAG, "cleanUpSdpRecord failed, sdpManager is null, sdpHandle=" + sdpHandle);
91 Log.i(TAG, "cleanUpSdpRecord, mSdpHandle=" + sdpHandle);
92 if (!sdpManager.removeSdpRecord(sdpHandle)) {
93 Log.e(TAG, "cleanUpSdpRecord, removeSdpRecord failed, sdpHandle=" + sdpHandle);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 464 int sdpHandle = mSdpHandle;
468 Log.e(TAG, "cleanUpSdpRecord failed, sdpManager is null, sdpHandle=" + sdpHandle);
471 Log.i(TAG, "cleanUpSdpRecord, mSdpHandle=" + sdpHandle);
472 if (!sdpManager.removeSdpRecord(sdpHandle)) {
473 Log.e(TAG, "cleanUpSdpRecord, removeSdpRecord failed, sdpHandle=" + sdpHandle);
    [all...]

Completed in 411 milliseconds