Home
last modified time | relevance | path

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

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceDiscoveryService.java199 final List<BluetoothDeviceFilter> btFilters = in startDiscovery() local
207 if (checkBoundDevicesIfNeeded(request, btFilters)) { in startDiscovery()
215 mBtReceiver = startBtScanningIfNeeded(btFilters, forceStartScanningAll); in startDiscovery()
274 @NonNull List<BluetoothDeviceFilter> btFilters) { in checkBoundDevicesIfNeeded() argument
277 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()