Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.cc254 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 …]
Dbtm_ble_bgconn.cc131 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()
Dbtm_ble_gap.cc418 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 …]
Dbtm_ble_int_types.h130 uint8_t scan_type; /* current scan type: active or passive */ member
Dbtm_ble_int.h51 extern void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int,
Dbtm_int_types.h244 tBTM_INQ_TYPE scan_type; member
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp48 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()
Dscan_utils.h102 int scan_type,
Dscan_utils.cpp280 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/
Dmock_scan_utils.h47 int scan_type,
Dscanner_unittest.cpp70 int scan_type, in ReturnErrorCodeForScanRequest() argument
/system/bt/stack/include/
Dbtm_api.h494 extern tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type);
511 extern tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type);
Dbtm_ble_api.h96 tBLE_SCAN_MODE scan_type,
Dhcimsgs.h744 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/
Dhciblecmds.cc163 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()