/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/ |
D | SdpManager.java | 445 public void sdpSearch(BluetoothDevice device, ParcelUuid uuid) { in sdpSearch() method in SdpManager 475 mNativeInterface.sdpSearch( in startSearch()
|
D | SdpManagerNativeInterface.java | 66 void sdpSearch(byte[] address, byte[] uuid) { in sdpSearch() method in SdpManagerNativeInterface
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/ |
D | DipTest.java | 136 mSdpManager.sdpSearch(mTestDevice, BluetoothUuid.DIP); in testDipCallbackSuccess()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterNativeInterface.java | 136 boolean sdpSearch(byte[] address, byte[] uuid) { in sdpSearch() method in AdapterNativeInterface
|
D | AdapterService.java | 3447 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/ |
D | BluetoothMapService.java | 442 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/ |
D | PbapClientStateMachine.java | 156 mCurrentDevice.sdpSearch(BluetoothUuid.PBAP_PSE); in enter()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MceStateMachine.java | 547 mDevice.sdpSearch(BluetoothUuid.MAS); in enter() 589 mDevice.sdpSearch(BluetoothUuid.MAS); in processMessage()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 129 …boolean sdpSearch(in BluetoothDevice device, in ParcelUuid uuid, in AttributionSource attributionS… in sdpSearch() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 711 if (!mBatch.mDestination.sdpSearch(BluetoothUuid.OBEX_OBJECT_PUSH)) { in startConnectSession()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 2500 public boolean sdpSearch(ParcelUuid uuid) { in sdpSearch() method in BluetoothDevice 2508 return service.sdpSearch(this, uuid, mAttributionSource); in sdpSearch()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 316 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…
|