Searched refs:btFilters (Results 1 – 1 of 1) sorted by relevance
194 final List<BluetoothDeviceFilter> btFilters = in startDiscovery() local200 checkBoundDevicesIfNeeded(request, btFilters); in startDiscovery()205 mBtReceiver = startBtScanningIfNeeded(btFilters, forceStartScanningAll); in startDiscovery()261 @NonNull List<BluetoothDeviceFilter> btFilters) { in checkBoundDevicesIfNeeded() argument264 if (btFilters.isEmpty() || !request.isSingleDevice()) return; in checkBoundDevicesIfNeeded()267 find(btFilters, filter -> !TextUtils.isEmpty(filter.getAddress())); in checkBoundDevicesIfNeeded()271 findAndReportMatches(mBtAdapter.getBondedDevices(), btFilters); in checkBoundDevicesIfNeeded()272 findAndReportMatches(mBtManager.getConnectedDevices(BluetoothProfile.GATT), btFilters); in checkBoundDevicesIfNeeded() local274 mBtManager.getConnectedDevices(BluetoothProfile.GATT_SERVER), btFilters); in checkBoundDevicesIfNeeded() local