HomeSort by relevance Sort by last modified time
    Searched refs:scan_type (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_vendor_tag_defs.h 80 u8 scan_type; member in struct:__anon47483
85 u8 scan_type; member in struct:__anon47484
wifilogger_event_defs.h 335 u8 scan_type; member in struct:__anon47462
343 u8 scan_type; member in struct:__anon47463
  /system/bt/stack/btm/
btm_inq.cc 254 tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type) {
256 if (scan_type != BTM_SCAN_TYPE_STANDARD &&
257 scan_type != BTM_SCAN_TYPE_INTERLACED)
265 if (scan_type != btm_cb.btm_inq_vars.inq_scan_type) {
267 btsnd_hcic_write_inqscan_type((uint8_t)scan_type);
268 btm_cb.btm_inq_vars.inq_scan_type = scan_type;
287 tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type) {
289 if (scan_type != BTM_SCAN_TYPE_STANDARD &&
290 scan_type != BTM_SCAN_TYPE_INTERLACED)
298 if (scan_type != btm_cb.btm_inq_vars.page_scan_type)
    [all...]
btm_ble_bgconn.cc 136 p_inq->scan_type = p_inq->scan_type == BTM_BLE_SCAN_MODE_NONE
138 : p_inq->scan_type;
141 p_inq->scan_type, (uint16_t)scan_interval, (uint16_t)scan_window,
btm_ble_gap.cc 414 BTM_TRACE_EVENT("%s : scan_type:%d, %d, %d", __func__,
415 btm_cb.btm_inq_vars.scan_type, p_inq->scan_interval,
434 p_inq->scan_type = (p_inq->scan_type == BTM_BLE_SCAN_MODE_NONE)
436 : p_inq->scan_type;
444 p_inq->scan_type, (uint16_t)scan_interval, (uint16_t)scan_window,
    [all...]
btm_ble_int.h 51 extern void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int,
btm_ble_int_types.h 137 uint8_t scan_type; /* current scan type: active or passive */ member in struct:__anon113604
  /external/freetype/src/truetype/
ttobjs.h 92 FT_Int scan_type; member in struct:TT_GraphicsState_
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 96 FT_Int scan_type; member in struct:TT_GraphicsState_
  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerScanTest.py 130 def wifi_generate_scanner_scan_settings(self, extended, scan_type,
136 scan_type: key for type of scan
143 if scan_type == "band":
151 if scan_type == "band":
172 s[scan_type] = combo[0]
184 s[scan_type] = combo[0]
    [all...]
  /system/bt/stack/include/
btm_api.h 494 extern tBTM_STATUS BTM_SetInquiryScanType(uint16_t scan_type);
511 extern tBTM_STATUS BTM_SetPageScanType(uint16_t scan_type);
    [all...]
btm_ble_api.h 112 tBLE_SCAN_MODE scan_type,
    [all...]
hcimsgs.h 745 extern void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int,
835 uint8_t scan_type; member in struct:scanning_phy_cfg
  /system/bt/stack/hcic/
hciblecmds.cc 163 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int,
175 UINT8_TO_STREAM(pp, scan_type);
765 UINT8_TO_STREAM(pp, phy_cfg[i].scan_type);
  /bionic/libc/kernel/uapi/linux/
wireless.h 299 __u8 scan_type; member in struct:iw_scan_req
  /development/ndk/platforms/android-21/include/linux/
wireless.h 379 __u8 scan_type; member in struct:iw_scan_req
  /development/ndk/platforms/android-9/include/linux/
wireless.h 344 __u8 scan_type; member in struct:iw_scan_req
  /external/kernel-headers/original/uapi/linux/
wireless.h 536 /* struct iw_scan_req scan_type */
762 __u8 scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */ member in struct:iw_scan_req
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wireless.h 534 /* struct iw_scan_req scan_type */
768 __u8 scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */ member in struct:iw_scan_req
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wireless.h 536 /* struct iw_scan_req scan_type */
770 __u8 scan_type; /* IW_SCAN_TYPE_{ACTIVE,PASSIVE} */ member in struct:iw_scan_req
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
wireless.h 344 __u8 scan_type; member in struct:iw_scan_req
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
wireless.h 344 __u8 scan_type; member in struct:iw_scan_req
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
wireless.h 344 __u8 scan_type; member in struct:iw_scan_req
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
wireless.h 344 __u8 scan_type; member in struct:iw_scan_req
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
wireless.h 344 __u8 scan_type; member in struct:iw_scan_req

Completed in 851 milliseconds

1 2 3 4 5