HomeSort by relevance Sort by last modified time
    Searched refs:scan_filter (Results 1 - 9 of 9) sorted by null

  /system/bt/service/common/bluetooth/binder/
parcel_helpers.h 26 #include <bluetooth/scan_filter.h>
IBluetoothLowEnergy.h 25 #include <bluetooth/scan_filter.h>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
layer2.py 198 def dynamize_scan_filter(self, scan_filter):
200 Convert a layer2 scan_filter parameter into the
204 if scan_filter:
206 for attr_name in scan_filter:
207 condition = scan_filter[attr_name]
724 def scan(self, table, scan_filter=None,
733 :type scan_filter: A dict
734 :param scan_filter: A dictionary where the key is the
    [all...]
layer1.py 532 def scan(self, table_name, scan_filter=None,
543 :type scan_filter: dict
544 :param scan_filter: A Python version of the
566 if scan_filter:
567 data['ScanFilter'] = scan_filter
  /system/bt/service/
Android.mk 46 common/bluetooth/scan_filter.cpp \
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer2.py 282 items = table.scan(scan_filter={'Replies': GT(0)})
371 results = table.scan(scan_filter={'Tags': CONTAINS('table')})
  /tools/test/connectivity/acts/tests/google/ble/filtering/
UniqueFilteringTest.py 519 scan_filter = self.scn_ad.droid.bleBuildScanFilter(filter_list)
597 scan_filter = self.scn_ad.droid.bleBuildScanFilter(filter_list)
  /system/bt/service/client/
main.cpp 42 #include <bluetooth/scan_filter.h>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
test_table.py     [all...]

Completed in 198 milliseconds