Home
last modified time | relevance | path

Searched defs:sdpSearch (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManager.java445 public void sdpSearch(BluetoothDevice device, ParcelUuid uuid) { in sdpSearch() method in SdpManager
DSdpManagerNativeInterface.java66 void sdpSearch(byte[] address, byte[] uuid) { in sdpSearch() method in SdpManagerNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java136 boolean sdpSearch(byte[] address, byte[] uuid) { in sdpSearch() method in AdapterNativeInterface
DAdapterService.java3447 public boolean sdpSearch( in sdpSearch() method in AdapterService.AdapterServiceBinder
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl129 …boolean sdpSearch(in BluetoothDevice device, in ParcelUuid uuid, in AttributionSource attributionS… in sdpSearch() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2500 public boolean sdpSearch(ParcelUuid uuid) { in sdpSearch() method in BluetoothDevice