Home
last modified time | relevance | path

Searched defs:scan_type (Results 1 – 17 of 17) sorted by relevance

/system/bt/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs46 scan_type: ScanType, field
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp46 bool IsScanTypeSupported(int scan_type, const WiphyFeatures& wiphy_features) { in IsScanTypeSupported()
151 int scan_type = scan_settings.scan_type_; in scan() local
Dscan_utils.cpp280 int scan_type, in Scan()
/system/bt/gd/neighbor/
Dpage.cc149 void neighbor::PageModule::impl::SetScanType(hci::PageScanType scan_type) { in SetScanType()
Dinquiry.cc376 void neighbor::InquiryModule::impl::SetScanType(hci::InquiryScanType scan_type) { in SetScanType()
/system/bt/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs50 pub scan_type: ScanType, field
/system/bt/test/mock/
Dmock_stack_btm_ble_gap.cc209 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params()
Dmock_hcic_hciblecmds.cc240 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params()
/system/bt/main/shim/
Dle_scanning_manager.cc165 auto scan_type = static_cast<bluetooth::hci::LeScanType>(0x01); in SetScanParameters() local
/system/connectivity/wificond/tests/
Dscanner_unittest.cpp64 int scan_type, in ReturnErrorCodeForScanRequest()
/system/bt/stack/btm/
Dbtm_ble_int_types.h93 uint8_t scan_type; /* current scan type: active or passive */ member
Dbtm_ble_gap.cc1202 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params()
/system/bt/stack/include/
Dhcimsgs.h636 uint8_t scan_type; member
/system/chre/apps/power_test/common/idl/
Dchre_power_test_generated.h422 chre::power_test::WifiScanType scan_type; member
458 chre::power_test::WifiScanType scan_type() const { in scan_type() function
/system/chre/apps/power_test/common/include/generated/
Dchre_power_test_generated.h404 chre::power_test::WifiScanType scan_type() const { in scan_type() function
/system/bt/gd/hci/
Dle_scanning_manager.cc1315 void LeScanningManager::SetScanParameters(LeScanType scan_type, uint16_t scan_interval, uint16_t sc… in SetScanParameters()
/system/bt/stack/hcic/
Dhciblecmds.cc236 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params()