Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dle_scanning_manager.cc231 is_batch_scan_support_ = controller->IsSupported(OpCode::LE_BATCH_SCAN); in start()
232 if (is_batch_scan_support_) { in start()
252 if (is_batch_scan_support_) { in stop()
858 if (!is_batch_scan_support_) { in batch_scan_set_storage_parameter()
885 if (!is_batch_scan_support_) { in batch_scan_enable()
909 if (!is_batch_scan_support_) { in batch_scan_disable()
926 if (!is_batch_scan_support_) { in batch_scan_set_scan_parameter()
968 if (!is_batch_scan_support_) { in batch_scan_read_results()
993 if (!is_batch_scan_support_) { in track_advertiser()
1230 bool is_batch_scan_support_ = false; member
Dle_scanning_manager_test.cc248 if (is_batch_scan_support_) { in SetUp()
341 bool is_batch_scan_support_ = false; member in bluetooth::hci::__anone6f257030111::LeScanningManagerTest
349 is_batch_scan_support_ = true; in SetUp()