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

  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MnsService.java 28 import com.android.bluetooth.sdp.SdpManager;
60 SdpManager sdpManager = SdpManager.getDefaultManager();
61 if (sdpManager == null) {
62 Log.e(TAG, "SdpManager is null");
65 mSdpHandle = sdpManager.createMapMnsRecord("MAP Message Notification Service",
86 SdpManager sdpManager = SdpManager.getDefaultManager()
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 72 import com.android.bluetooth.sdp.SdpManager;
354 SdpManager sdpManager = SdpManager.getDefaultManager();
355 if (sdpManager == null || mServerSocket == null) {
356 Log.e(TAG, "ERROR:serversocket object is NULL sdp manager :" + sdpManager
361 sdpManager.createOppOpsRecord("OBEX Object Push", mServerSocket.getRfcommChannel(),
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 70 import com.android.bluetooth.sdp.SdpManager;
466 SdpManager sdpManager = SdpManager.getDefaultManager();
467 if (sdpManager == null) {
468 Log.e(TAG, "cleanUpSdpRecord failed, sdpManager is null, sdpHandle=" + sdpHandle);
472 if (!sdpManager.removeSdpRecord(sdpHandle)) {
    [all...]

Completed in 747 milliseconds