HomeSort by relevance Sort by last modified time
    Searched defs:removeSdpRecord (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 129 private void removeSdpRecord() {
135 boolean status = SdpManager.getDefaultManager().removeSdpRecord(mSdpHandle);
136 Log.d(mTag, "RemoveSDPrecord returns " + status);
298 removeSdpRecord();
415 removeSdpRecord();
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 483 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
499 * using {@link removeSdpRecord}(). The record is not linked to the
515 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
528 * using {@link removeSdpRecord}(). The record is not linked to the
543 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
558 * using {@link removeSdpRecord}(). The record is not linked to the
574 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
587 * using {@link removeSdpRecord}(). The record is not linked to the
603 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
611 * using {@link removeSdpRecord}(). The record is not linked to th
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 120 private void removeSdpRecord() {
125 boolean status = SdpManager.getDefaultManager().removeSdpRecord(mSdpHandle);
160 removeSdpRecord();
740 removeSdpRecord();
    [all...]

Completed in 166 milliseconds