Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.c298 tBTM_STATUS BTM_SetInquiryScanType (UINT16 scan_type) in BTM_SetInquiryScanType()
336 tBTM_STATUS BTM_SetPageScanType (UINT16 scan_type) in BTM_SetPageScanType()
Dbtm_ble_int.h140 UINT8 scan_type; /* current scan type: active or passive */ member
Dbtm_ble_gap.c315 BOOLEAN btm_ble_send_extended_scan_params(UINT8 scan_type, UINT32 scan_int, in btm_ble_send_extended_scan_params()
Dbtm_int.h258 tBTM_INQ_TYPE scan_type; member
/system/connectivity/shill/wifi/
Dwifi.cc318 void WiFi::Scan(ScanType scan_type, Error* /*error*/, const string& reason) { in Scan()
1925 void WiFi::InitiateScan(ScanType scan_type) { in InitiateScan()
Dwifi_unittest.cc1167 void InitiateScan(Device::ScanType scan_type) { in InitiateScan()
4463 Device::ScanType scan_type = Device::kFullScan; in TEST_F() local
4476 const Device::ScanType scan_type = Device::kFullScan; in TEST_F() local
/system/bt/stack/hcic/
Dhciblecmds.c183 BOOLEAN btsnd_hcic_ble_set_scan_params (UINT8 scan_type, in btsnd_hcic_ble_set_scan_params()
/system/bt/bta/dm/
Dbta_dm_api.c1073 extern void BTA_DmBleReadScanReports(tBTA_BLE_BATCH_SCAN_MODE scan_type, in BTA_DmBleReadScanReports()
Dbta_dm_int.h578 tBTA_BLE_BATCH_SCAN_MODE scan_type; member
/system/connectivity/shill/
Ddevice.cc258 void Device::Scan(ScanType scan_type, Error* error, const string& reason) { in Scan()
Dmetrics.cc1544 DarkResumeScanType scan_type = in NotifyScanStartedInDarkResume() local
Dmanager.cc2544 void Manager::RequestScan(Device::ScanType scan_type, in RequestScan()