Home
last modified time | relevance | path

Searched refs:sdpSearch (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
H A DDipTest.java132 mSdpManager.sdpSearch(mTestDevice, BluetoothUuid.DIP); in testDipCallbackSuccess()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java442 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in handleMessage()
920 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in onConnect()
1105 sRemoteDevice.sdpSearch(BluetoothMnsObexClient.BLUETOOTH_UUID_OBEX_MNS); in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java151 mCurrentDevice.sdpSearch(BluetoothUuid.PBAP_PSE); in enter()
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl140 …boolean sdpSearch(in BluetoothDevice device, in ParcelUuid uuid, in AttributionSource attributionS… in sdpSearch() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1827 public boolean sdpSearch(ParcelUuid uuid) { in sdpSearch() method in BluetoothDevice
1834 return service.sdpSearch(this, uuid, mAttributionSource); in sdpSearch()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java435 public void sdpSearch(BluetoothDevice device, ParcelUuid uuid) { in sdpSearch() method in SdpManager
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java645 if (!mBatch.mDestination.sdpSearch(BluetoothUuid.OBEX_OBJECT_PUSH)) { in startConnectSession()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java453 mDevice.sdpSearch(BluetoothUuid.MAS); in enter()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java2157 public boolean sdpSearch( in sdpSearch() method in AdapterService.AdapterServiceBinder
2170 service.mSdpManager.sdpSearch(device, uuid); in sdpSearch()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10123 Landroid/bluetooth/BluetoothDevice;->sdpSearch(Landroid/os/ParcelUuid;)Z
10951 Landroid/bluetooth/IBluetooth$Stub$Proxy;->sdpSearch(Landroid/bluetooth/BluetoothDevice;Landroid/os…
11081 Landroid/bluetooth/IBluetooth;->sdpSearch(Landroid/bluetooth/BluetoothDevice;Landroid/os/ParcelUuid…