Home
last modified time | relevance | path

Searched refs:sdpSearch (Results 1 – 12 of 12) 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
475 mNativeInterface.sdpSearch( in startSearch()
DSdpManagerNativeInterface.java66 void sdpSearch(byte[] address, byte[] uuid) { in sdpSearch() method in SdpManagerNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java136 mSdpManager.sdpSearch(mTestDevice, BluetoothUuid.DIP); in testDipCallbackSuccess()
/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
3460 service.mSdpManager.sdpSearch(device, uuid); in sdpSearch()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java442 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in handleMessage()
947 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in onConnect()
1159 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java156 mCurrentDevice.sdpSearch(BluetoothUuid.PBAP_PSE); in enter()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java547 mDevice.sdpSearch(BluetoothUuid.MAS); in enter()
589 mDevice.sdpSearch(BluetoothUuid.MAS); in processMessage()
/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/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java711 if (!mBatch.mDestination.sdpSearch(BluetoothUuid.OBEX_OBJECT_PUSH)) { in startConnectSession()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2500 public boolean sdpSearch(ParcelUuid uuid) { in sdpSearch() method in BluetoothDevice
2508 return service.sdpSearch(this, uuid, mAttributionSource); in sdpSearch()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt316 Landroid/bluetooth/BluetoothDevice;->sdpSearch(Landroid/os/ParcelUuid;)Z
1144 Landroid/bluetooth/IBluetooth$Stub$Proxy;->sdpSearch(Landroid/bluetooth/BluetoothDevice;Landroid/os…
1274 Landroid/bluetooth/IBluetooth;->sdpSearch(Landroid/bluetooth/BluetoothDevice;Landroid/os/ParcelUuid…