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

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTestServer.java 311 serverDevice.sdpSearch(BluetoothUuid.MAS);
313 serverDevice.sdpSearch(BluetoothUuid.MNS);
315 serverDevice.sdpSearch(BluetoothUuid.PBAP_PSE);
317 serverDevice.sdpSearch(BluetoothUuid.ObexObjectPush);
319 serverDevice.sdpSearch(BluetoothUuid.SAP);
ObexTest.java 694 serverDevice.sdpSearch(SDP_UUID_OBEX_MAS);
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 74 boolean sdpSearch(in BluetoothDevice device, in ParcelUuid uuid);
BluetoothDevice.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 420 mRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 420 public void sdpSearch(BluetoothDevice device, ParcelUuid uuid) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java 193 boolean ret = device.sdpSearch(BluetoothUuid.MAS);
    [all...]

Completed in 208 milliseconds