Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc242 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in start()
243 batch_scan_config_.ref_value = kInvalidScannerId; in start()
256 batch_scan_config_.current_state = BatchScanState::DISABLED_STATE; in stop()
257 batch_scan_config_.ref_value = kInvalidScannerId; in stop()
1154 batch_scan_config_.ref_value = scanner_id; in batch_scan_set_storage_parameter()
1156 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_set_storage_parameter()
1157 batch_scan_config_.current_state == BatchScanState::DISABLED_STATE || in batch_scan_set_storage_parameter()
1158 batch_scan_config_.current_state == BatchScanState::DISABLE_CALLED) { in batch_scan_set_storage_parameter()
1159 batch_scan_config_.current_state = BatchScanState::ENABLE_CALLED; in batch_scan_set_storage_parameter()
1181 if (batch_scan_config_.current_state == BatchScanState::ERROR_STATE || in batch_scan_enable()
[all …]