Searched refs:fetchUuidsWithSdp (Results 1 – 10 of 10) sorted by relevance
179 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()
7 … description: "Avoid sending duplicate service UUID intent when fetchUuidsWithSdp() API is called"
109 if (!device.fetchUuidsWithSdp()) { in blockingFetchUuids()
170 mTarget.fetchUuidsWithSdp();
166 mTarget.fetchUuidsWithSdp();
332 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_BREDR)).isTrue(); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()1046 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_LE)) in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
163 check(bluetoothDevice.fetchUuidsWithSdp()) in discoverServicesSdp()
2498 public boolean fetchUuidsWithSdp() { in fetchUuidsWithSdp() method in BluetoothDevice2499 return fetchUuidsWithSdp(TRANSPORT_AUTO); in fetchUuidsWithSdp()2528 public boolean fetchUuidsWithSdp(@Transport int transport) { in fetchUuidsWithSdp() method in BluetoothDevice
538 …quiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean fetchUuidsWithSdp();
252 …Manifest.permission.BLUETOOTH_PRIVILEGED}, conditional=true) public boolean fetchUuidsWithSdp(int);