Searched refs:scan_type (Results 1 – 15 of 15) sorted by relevance
/system/bt/stack/btm/ |
D | btm_inq.cc | 254 tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type) { in BTM_SetInquiryScanType() argument 256 if (scan_type != BTM_SCAN_TYPE_STANDARD && in BTM_SetInquiryScanType() 257 scan_type != BTM_SCAN_TYPE_INTERLACED) in BTM_SetInquiryScanType() 265 if (scan_type != btm_cb.btm_inq_vars.inq_scan_type) { in BTM_SetInquiryScanType() 267 btsnd_hcic_write_inqscan_type((uint8_t)scan_type); in BTM_SetInquiryScanType() 268 btm_cb.btm_inq_vars.inq_scan_type = scan_type; in BTM_SetInquiryScanType() 287 tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type) { in BTM_SetPageScanType() argument 289 if (scan_type != BTM_SCAN_TYPE_STANDARD && in BTM_SetPageScanType() 290 scan_type != BTM_SCAN_TYPE_INTERLACED) in BTM_SetPageScanType() 298 if (scan_type != btm_cb.btm_inq_vars.page_scan_type) { in BTM_SetPageScanType() [all …]
|
D | btm_ble_bgconn.cc | 131 p_inq->scan_type = p_inq->scan_type == BTM_BLE_SCAN_MODE_NONE in btm_update_scanner_filter_policy() 133 : p_inq->scan_type; in btm_update_scanner_filter_policy() 136 p_inq->scan_type, (uint16_t)scan_interval, (uint16_t)scan_window, in btm_update_scanner_filter_policy()
|
D | btm_ble_gap.cc | 418 btm_cb.btm_inq_vars.scan_type, p_inq->scan_interval, in BTM_BleObserve() 437 p_inq->scan_type = (p_inq->scan_type == BTM_BLE_SCAN_MODE_NONE) in BTM_BleObserve() 439 : p_inq->scan_type; in BTM_BleObserve() 447 p_inq->scan_type, (uint16_t)scan_interval, (uint16_t)scan_window, in BTM_BleObserve() 862 p_cb->scan_type = scan_mode; in BTM_BleSetScanParams() 1227 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btm_send_hci_set_scan_params() argument 1232 phy_cfg.scan_type = scan_type; in btm_send_hci_set_scan_params() 1239 btsnd_hcic_ble_set_scan_params(scan_type, scan_int, scan_win, addr_type_own, in btm_send_hci_set_scan_params() 1648 if (btm_cb.ble_ctr_cb.inq_var.scan_type == BTM_BLE_SCAN_MODE_ACTI && in btm_ble_update_inq_result() 1942 btm_cb.ble_ctr_cb.inq_var.scan_type == BTM_BLE_SCAN_MODE_ACTI; in btm_ble_process_adv_pkt_cont() [all …]
|
D | btm_ble_int_types.h | 130 uint8_t scan_type; /* current scan type: active or passive */ member
|
D | btm_ble_int.h | 51 extern void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int,
|
D | btm_int_types.h | 244 tBTM_INQ_TYPE scan_type; member
|
/system/connectivity/wificond/scanning/ |
D | scanner_impl.cpp | 48 bool IsScanTypeSupported(int scan_type, const WiphyFeatures& wiphy_features) { in IsScanTypeSupported() argument 49 switch(scan_type) { in IsScanTypeSupported() 57 CHECK(0) << "Invalid scan type received: " << scan_type; in IsScanTypeSupported() 167 int scan_type = scan_settings.scan_type_; in scan() local 170 scan_type = SCAN_TYPE_DEFAULT; in scan() 193 if (!scan_utils_->Scan(interface_index_, request_random_mac, scan_type, in scan()
|
D | scan_utils.h | 102 int scan_type,
|
D | scan_utils.cpp | 280 int scan_type, in Scan() argument 319 switch (scan_type) { in Scan() 332 CHECK(0) << "Invalid scan type received: " << scan_type; in Scan()
|
/system/connectivity/wificond/tests/ |
D | mock_scan_utils.h | 47 int scan_type,
|
D | scanner_unittest.cpp | 70 int scan_type, in ReturnErrorCodeForScanRequest() argument
|
/system/bt/stack/include/ |
D | btm_api.h | 494 extern tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type); 511 extern tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type);
|
D | btm_ble_api.h | 96 tBLE_SCAN_MODE scan_type,
|
D | hcimsgs.h | 744 extern void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, 836 uint8_t scan_type; member
|
/system/bt/stack/hcic/ |
D | hciblecmds.cc | 163 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, in btsnd_hcic_ble_set_scan_params() argument 175 UINT8_TO_STREAM(pp, scan_type); in btsnd_hcic_ble_set_scan_params() 750 UINT8_TO_STREAM(pp, phy_cfg[i].scan_type); in btsnd_hcic_ble_set_extended_scan_params()
|