Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DSdpClientTest.java90 assertThat(device.fetchUuidsWithSdp()).isTrue(); in remoteConnectServiceDiscoveryTest()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothDeviceTypeChecker.java109 if (!device.fetchUuidsWithSdp()) { in blockingFetchUuids()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java240 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_BREDR)).isTrue(); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
407 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_LE)).isTrue(); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothA2dpConnector.java170 mTarget.fetchUuidsWithSdp();
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt162 check(bluetoothDevice.fetchUuidsWithSdp()) in discoverServicesSdp()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2437 public boolean fetchUuidsWithSdp() { in fetchUuidsWithSdp() method in BluetoothDevice
2438 return fetchUuidsWithSdp(TRANSPORT_AUTO); in fetchUuidsWithSdp()
2464 public boolean fetchUuidsWithSdp(@Transport int transport) { in fetchUuidsWithSdp() method in BluetoothDevice
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt535 …quiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean fetchUuidsWithSdp();
Dsystem-current.txt193 …_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean fetchUuidsWithSdp(int);