Searched refs:btFilters (Results 1 – 1 of 1) sorted by relevance
199 final List<BluetoothDeviceFilter> btFilters = in startDiscovery() local207 if (checkBoundDevicesIfNeeded(request, btFilters)) { in startDiscovery()215 mBtReceiver = startBtScanningIfNeeded(btFilters, forceStartScanningAll); in startDiscovery()274 @NonNull List<BluetoothDeviceFilter> btFilters) { in checkBoundDevicesIfNeeded() argument277 if (btFilters.isEmpty() || !request.isSingleDevice()) return false; in checkBoundDevicesIfNeeded()280 find(btFilters, filter -> !TextUtils.isEmpty(filter.getAddress())); in checkBoundDevicesIfNeeded()284 return findAndReportMatches(mBtAdapter.getBondedDevices(), btFilters) in checkBoundDevicesIfNeeded()286 BluetoothProfile.GATT), btFilters) in checkBoundDevicesIfNeeded()288 BluetoothProfile.GATT_SERVER), btFilters); in checkBoundDevicesIfNeeded()