Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/service_discovery/
DServiceDiscoveryTest.java179 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_BREDR)).isTrue(); in remoteConnectServiceDiscoveryTest()
228 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_BREDR)).isTrue(); in testServiceDiscoveryBredr_SingleIntent()
302 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_LE)).isTrue(); in testServiceDiscoveryLe_SingleIntent()
/packages/modules/Bluetooth/flags/
Dservice_discovery.aconfig7 … description: "Avoid sending duplicate service UUID intent when fetchUuidsWithSdp() API is called"
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothDeviceTypeChecker.java109 if (!device.fetchUuidsWithSdp()) { in blockingFetchUuids()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothA2dpConnector.java170 mTarget.fetchUuidsWithSdp();
DBluetoothLeAudioConnector.java166 mTarget.fetchUuidsWithSdp();
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java332 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_BREDR)).isTrue(); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
1046 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_LE)) in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt163 check(bluetoothDevice.fetchUuidsWithSdp()) in discoverServicesSdp()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java2498 public boolean fetchUuidsWithSdp() { in fetchUuidsWithSdp() method in BluetoothDevice
2499 return fetchUuidsWithSdp(TRANSPORT_AUTO); in fetchUuidsWithSdp()
2528 public boolean fetchUuidsWithSdp(@Transport int transport) { in fetchUuidsWithSdp() method in BluetoothDevice
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt538 …quiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean fetchUuidsWithSdp();
Dsystem-current.txt252 …Manifest.permission.BLUETOOTH_PRIVILEGED}, conditional=true) public boolean fetchUuidsWithSdp(int);