Searched refs:filterIndex (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java645 int filterIndex = (deliveryMode == DELIVERY_MODE_BATCH) ?
648 configureFilterParamter(clientIf, client, ALL_PASS_FILTER_SELECTION, filterIndex);
656 int filterIndex = mFilterIndexStack.pop();
659 addFilterToController(clientIf, queue.pop(), filterIndex);
663 configureFilterParamter(clientIf, client, featureSelection, filterIndex);
665 clientFilterIndices.add(filterIndex);
692 for (Integer filterIndex : filterIndices) {
694 gattClientScanFilterParamDeleteNative(clientIf, filterIndex);
705 private void removeFilterIfExisits(Set<Integer> clients, int clientIf, int filterIndex) { argument
713 gattClientScanFilterParamDeleteNative(clientIf, filterIndex);
754 addFilterToController(int clientIf, ScanFilterQueue.Entry entry, int filterIndex) argument
812 configureFilterParamter(int clientIf, ScanClient client, int featureSelection, int filterIndex) argument
[all...]
H A DGattService.java1118 void onTrackAdvFoundLost(int filterIndex, int addrType, String address, int advState, argument

Completed in 121 milliseconds