Home
last modified time | relevance | path

Searched refs:fetchUuidsWithSdp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothDeviceTest.java401 public void fetchUuidsWithSdp() { in fetchUuidsWithSdp() method in BluetoothDeviceTest
406 assertTrue(mFakeDevice.fetchUuidsWithSdp(TRANSPORT_AUTO)); in fetchUuidsWithSdp()
409 assertThrows(SecurityException.class, () -> mFakeDevice.fetchUuidsWithSdp(TRANSPORT_BREDR)); in fetchUuidsWithSdp()
410 assertThrows(SecurityException.class, () -> mFakeDevice.fetchUuidsWithSdp(TRANSPORT_LE)); in fetchUuidsWithSdp()
413 assertFalse(mFakeDevice.fetchUuidsWithSdp(TRANSPORT_AUTO)); in fetchUuidsWithSdp()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt535 …quiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean fetchUuidsWithSdp();