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

  /tools/test/connectivity/acts/tests/google/power/bt/
PowerBTscanTest.py 33 attrs = ['screen_status', 'bt_status', 'ble_status', 'scan_mode']
36 if self.test_configs.scan_mode == 'lowpower':
37 scan_mode = 'low_power'
38 elif self.test_configs.scan_mode == 'lowlatency':
39 scan_mode = 'low_latency'
41 scan_mode = self.test_configs.scan_mode
45 self.start_pmc_ble_scan(scan_mode, self.mon_info.offset,
  /external/ltp/pan/
scan.l 70 int scan_mode = SCAN_OUTSIDE; /* current mode */
104 check_mode(scan_mode, SCAN_OUTSIDE, 0);
105 scan_mode = SCAN_RTSKEY;
118 check_mode(scan_mode, SCAN_RTSKEY, 0);
119 scan_mode = SCAN_OUTSIDE;
140 check_mode(scan_mode, SCAN_OUTSIDE, 0);
141 scan_mode = SCAN_TSTKEY;
167 check_mode(scan_mode, SCAN_TSTKEY, 0);
168 scan_mode = SCAN_OUTPUT;
178 check_mode(scan_mode, SCAN_TSTKEY, SCAN_OUTPUT, 0)
    [all...]
  /system/bt/stack/btm/
btm_ble_batchscan.cc 230 * This function reads the reports from controller. |scan_mode| is the mode for
233 void btm_ble_read_batchscan_reports(tBTM_BLE_BATCH_SCAN_MODE scan_mode,
241 UINT8_TO_STREAM(pp, scan_mode);
318 void btm_ble_set_batchscan_param(tBTM_BLE_BATCH_SCAN_MODE scan_mode,
333 UINT8_TO_STREAM(p, scan_mode);
412 void BTM_BleEnableBatchScan(tBTM_BLE_BATCH_SCAN_MODE scan_mode,
417 BTM_TRACE_EVENT("%s: %d, %d, %d, %d, %d, %d", __func__, scan_mode,
425 BTM_TRACE_DEBUG("%s: %d, %x, %x, %d, %d", __func__, scan_mode, scan_interval,
435 (BTM_BLE_BATCH_SCAN_MODE_PASS == scan_mode ||
436 BTM_BLE_BATCH_SCAN_MODE_ACTI == scan_mode ||
    [all...]
btm_inq.cc 145 uint8_t scan_mode = 0; local
204 scan_mode |= HCI_INQUIRY_SCAN_ENABLED;
216 scan_mode |= HCI_PAGE_SCAN_ENABLED;
218 btsnd_hcic_write_scan_enable(scan_mode);
537 uint8_t scan_mode = 0; local
578 scan_mode |= HCI_PAGE_SCAN_ENABLED;
590 scan_mode |= HCI_INQUIRY_SCAN_ENABLED;
592 btsnd_hcic_write_scan_enable(scan_mode);
    [all...]
btm_ble_gap.cc     [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_power_test_utils.py 79 scan_mode,
100 PMC_BASE_SCAN, scan_mode, offset_start, scan_dur)
bta_lib.py 36 def set_scan_mode(self, scan_mode):
38 set_bt_scan_mode(self.dut, bt_scan_mode_types[scan_mode])
bt_test_utils.py 627 scan_mode = droid.bluetoothGetScanMode()
629 if scan_mode != scan_mode_value:
633 scan_mode = droid.bluetoothGetScanMode()
634 if scan_mode != scan_mode_value:
639 scan_mode = droid.bluetoothGetScanMode()
640 if scan_mode != scan_mode_value:
644 scan_mode = droid.bluetoothGetScanMode()
645 if scan_mode != scan_mode_value:
    [all...]
  /tools/test/connectivity/acts/tests/google/power/wifi/
PowerWiFiscanTest.py 61 self.log.info('Trigger {} scans'.format(self.test_configs.scan_mode))
66 self.APK_SCAN_CMDS[self.test_configs.scan_mode])
69 if self.test_configs.scan_mode == 'pno':
72 elif self.test_configs.scan_mode == 'connectivity':
77 elif self.test_configs.scan_mode == 'roaming':
85 'scan_mode'
  /system/bt/include/hardware/
ble_scanner.h 109 virtual void BatchscanEnable(int scan_mode, int scan_interval,
117 virtual void BatchscanReadReports(int client_if, int scan_mode) = 0;
  /tools/test/connectivity/acts/framework/acts/test_utils/power/
PowerBTBaseTest.py 107 scan_mode,
128 PMC_BASE_SCAN, scan_mode, offset_start, scan_dur)
  /tools/test/connectivity/acts/tests/google/bt/
BtBasicFunctionalityTest.py 108 scan_mode = self.droid_ad.droid.bluetoothGetScanMode()
109 if (scan_mode == bt_scan_mode_types['connectable_discoverable']):
173 scan_mode = self.droid1_ad.droid.bluetoothGetScanMode()
174 if scan_mode == bt_scan_mode_types['none']:
  /system/bt/btcore/include/
property.h 51 bt_property_t* property_new_scan_mode(bt_scan_mode_t scan_mode);
  /system/bt/btif/src/
btif_ble_scanner.cc 309 void BatchscanEnable(int scan_mode, int scan_interval, int scan_window,
312 FROM_HERE, base::Bind(&BTM_BleEnableBatchScan, scan_mode, scan_interval,
322 void BatchscanReadReports(int client_if, int scan_mode) override {
324 base::Bind(&BTM_BleReadScanReports, (uint8_t)scan_mode,
  /system/bt/btcore/src/
property.cc 110 bt_property_t* property_new_scan_mode(bt_scan_mode_t scan_mode) {
111 return property_new_((void*)&scan_mode, sizeof(bt_scan_mode_t),
  /system/bt/stack/include/
btm_ble_api.h 153 tBTM_BLE_BATCH_SCAN_MODE scan_mode, uint32_t scan_interval,
162 extern void BTM_BleReadScanReports(tBLE_SCAN_MODE scan_mode,
    [all...]
btm_ble_api_types.h 392 tBTM_BLE_BATCH_SCAN_MODE scan_mode; member in struct:__anon2385
  /tools/test/connectivity/acts/tests/google/ble/power/
BleScanPowerTest.py 66 def _measure_power_for_scan_n_log_data(self, scan_mode, scan_time,
79 scan_mode: Scan mode
93 self.PMC_BASE_CMD, scan_mode, self.SCAN_START_TIME, scan_time)
  /system/bt/service/test/
low_energy_scanner_unittest.cc 63 void(int scan_mode, int scan_interval, int scan_window,
68 MOCK_METHOD2(BatchscanReadReports, void(int client_if, int scan_mode));
  /system/bt/btcore/test/
property_test.cc 121 TEST_F(PropertyTest, scan_mode) {
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
coex_test_utils.py 250 scan_mode = pri_ad.droid.bluetoothGetScanMode()
251 if scan_mode == bt_scan_mode_types['connectable_discoverable']:
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 619 milliseconds