Home
last modified time | relevance | path

Searched full:scan (Results 1 – 25 of 83) sorted by relevance

1234

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_scan.c47 * I send an event when a scan request is sent. The scan_rsp_pending flag
50 * 2) Interleave sending scan requests to different advertisers? I guess I need
51 * a list of advertisers to which I sent a scan request and have yet to
52 * receive a scan response from? Implement this.
60 #error "Cannot have more than 255 scan response entries!"
122 * Structure used to store advertisers. This is used to limit sending scan
139 /* Contains list of advertisers that we have heard scan responses from */
169 /* In case scan has been disabled or there is other aux ptr in progress in ble_ll_aux_scan_cb()
292 * ble ll scan req pdu make
350 * being tracked when doing an active scan (see Core 5.0, Vol 6, Part B, in ble_ll_scan_req_pdu_make()
[all …]
H A Dble_ll_adv.c44 * 1) Need to look at advertising and scan request PDUs. Do I allocate these
674 * parameters. If a different peer sends us a scan request (for some reason) in ble_ll_adv_scan_rsp_legacy_pdu_make()
676 * of the peer sending the scan request. in ble_ll_adv_scan_rsp_legacy_pdu_make()
679 /* Construct scan response */ in ble_ll_adv_scan_rsp_legacy_pdu_make()
691 * Create a scan response PDU
1915 * Set the scan response data that the controller will send.
1945 /* check if type of advertising support scan rsp */ in ble_ll_adv_set_scan_rsp_data()
1963 /* TODO mark scan rsp as complete? */ in ble_ll_adv_set_scan_rsp_data()
2011 /* DID shall be updated when host provides new scan response data */ in ble_ll_adv_set_scan_rsp_data()
2605 * Called when the LL receives a scan request or connection request
[all …]
H A Dble_ll_sched.c1161 /* If aux scan scheduled and LL is in state when scanner is running in ble_ll_sched_execute_item()
1327 * Called to check if there is place for a planned scan req.
1332 * @return int 0: Clear for scan req 1: there is an upcoming event
1341 /* Lets calculate roughly how much time we need for scan req and scan rsp */ in ble_ll_sched_scan_req_over_aux_ptr()
1354 /* We are fine. Have time for scan req */ in ble_ll_sched_scan_req_over_aux_ptr()
1359 * it is more important that scan req in ble_ll_sched_scan_req_over_aux_ptr()
1374 * Called to schedule a aux scan.
1437 /* Try to find slot for aux scan. */ in ble_ll_sched_aux_scan()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Ddeflate.c1032 register Bytef *scan = s->window + s->strstart; /* current string */ local
1050 register ush scan_start = *(ushf*)scan;
1051 register ush scan_end = *(ushf*)(scan+best_len-1);
1054 register Byte scan_end1 = scan[best_len-1];
1055 register Byte scan_end = scan[best_len];
1093 /* It is not necessary to compare scan[2] and match[2] since they are
1102 Assert(scan[2] == match[2], "scan[2]?");
1103 scan++, match++;
1105 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
1106 *(ushf*)(scan+=2) == *(ushf*)(match+=2) &&
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/
H A Dext_advertiser.c109 /* in this case both advertising data and scan response is allowed, but in start_ext_max_events()
201 /* in this case both advertising data and scan response is allowed, but in start_legacy_duration()
264 /* in this case both advertising data and scan response is allowed, but in start_scannable_legacy_ext()
279 /* get mbuf for scan rsp data */ in start_scannable_legacy_ext()
283 /* fill mbuf with scan rsp data */ in start_scannable_legacy_ext()
309 * TODO Get scan request notifications.
326 /* enable scan request notification */ in start_scannable_ext()
349 /* in this case only scan response is allowed */ in start_scannable_ext()
351 /* get mbuf for scan rsp data */ in start_scannable_ext()
355 /* fill mbuf with scan rsp data */ in start_scannable_ext()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-gap.txt33 TC_BROB_OBSV_BV_01_C PASS b scan passive
34 TC_BROB_OBSV_BV_02_C PASS b scan
55 TC_DISC_LIMP_BV_01_C PASS b scan ltd=1 nodups=1
56 TC_DISC_LIMP_BV_02_C PASS b scan ltd=1 nodups=1
57 TC_DISC_LIMP_BV_03_C PASS b scan ltd=1 nodups=1
58 TC_DISC_LIMP_BV_04_C PASS b scan ltd=1 nodups=1
59 TC_DISC_LIMP_BV_05_C PASS b scan ltd=1 nodups=1
60 TC_DISC_GENP_BV_01_C PASS b scan nodups=1
61 TC_DISC_GENP_BV_02_C PASS b scan nodups=1
62 TC_DISC_GENP_BV_03_C PASS b scan nodups=1
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_sched.h33 * possible time to receive a scan request and send a scan response (with the
36 * Note: worst case time to tx adv, rx scan req and send scan rsp is 1228 usecs.
37 * This assumes maximum sized advertising PDU and scan response PDU.
39 * For connectable advertising events no scan request is allowed. In this case
H A Dble_ll_scan.h161 /* Scan types */
190 /* Process a scan response PDU */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dbuild.c84 /* Scan plan:
85 - Scan physical nodes. Build map of inodes/dirents. Allocate inocaches as we go
86 - Scan directory tree from top down, setting nlink in inocaches
87 - Scan inocaches for inodes with nlink==0
97 /* First, scan the medium and build all the inode caches with in jffs2_build_filesystem()
110 /* Now scan the directory tree, increasing nlink according to every dirent found. */ in jffs2_build_filesystem()
124 /* Next, scan for inodes with nlink == 0 and remove them. If in jffs2_build_filesystem()
126 children too, and repeat the scan. As that's going to be in jffs2_build_filesystem()
156 /* Finally, we can scan again and free the dirent structs */ in jffs2_build_filesystem()
H A Dnodelist.h88 scan the nodes which are listed for it and build up a proper map of
116 nlink, because it would be a PITA to scan the whole directory tree
123 struct jffs2_full_dirent *scan_dents; /* Used during scan to hold
395 /* scan.c */
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h274 /* --- LE set scan response data (OCF 0x0009) */
281 /* --- LE set scan enable (OCF 0x000c) */
294 * Determines how an advertiser filters scan and connection requests.
297 * SCAN: process all connection requests but only scans from white list.
298 * CONN: process all scan request but only connection requests from white list
299 * BOTH: ignore all scan and connection requests unless in white list.
318 /* Set scan parameters */
323 /* Scan interval and scan window timing */
531 /* --- LE set extended scan response data (OCF 0x0038) */
562 /* --- LE set extended scan parameters (OCF 0x0041) */
[all …]
/nrf52832-nimble/rt-thread/components/drivers/wlan/
H A Dwlan_mgnt.h55 RT_WLAN_EVT_SCAN_DONE, /* Scan a info */
56 RT_WLAN_EVT_SCAN_REPORT, /* Scan end */
110 * wifi scan interface
H A Dwlan_cmd.c46 {"scan", wifi_scan},
78 rt_kprintf("wifi scan\n"); in wifi_help()
150 /* scan ap info */ in wifi_scan()
216 rt_kprintf("wifi scan result is null\n"); in wifi_scan()
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_wifi_rw009.c81 rw009_ap_info *ap_scan; /* AP list for SCAN. */
118 WIFI_DEBUG("SCAN SSID:%-32.32s\n", ap_info->ssid); in resp_handler()
119 WIFI_DEBUG("SCAN BSSID:%02X-%02X-%02X-%02X-%02X-%02X\n", in resp_handler()
126 WIFI_DEBUG("SCAN rssi:%ddBm\n", ap_info->rssi); in resp_handler()
127 WIFI_DEBUG("SCAN rate:%dMbps\n", ap_info->max_data_rate/1000); in resp_handler()
128 WIFI_DEBUG("SCAN channel:%d\n", ap_info->channel); in resp_handler()
129 WIFI_DEBUG("SCAN security:%08X\n\n", ap_info->security); in resp_handler()
804 // SCAN in rw009_rssi()
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_GAP.rst51 | | | random | Use random address for scan
82 | **scan** | | | Discover…
84 …cel | | cancel ongoing scan procedure …
86 …xtended | ``none`` | Start legacy scan
88 … | 1M | Start extended scan on 1M PHY …
90 … | coded | Start extended scan on Coded PHY …
92 … | both | Start extended scan on both PHYs …
94 …duration | [1-``INT32_MAX``], | Duration of scan in milliseconds …
98 …passive | [``0``-1] | Use passive scan
100 | | interval | [``0``-UINT16\_MAX] | Scan int…
[all …]
H A Dbtshell_api.rst146 Perform a passive scan
153 scan duration=1000 passive=1 filter=no_wl
/nrf52832-nimble/rt-thread/components/drivers/
H A DKconfig255 int "Set scan timeout time(ms)"
271 bool "Automatic sorting of scan results"
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_dbg.c278 BLE_HS_LOG(DEBUG, "Corrupted LE Scan Timeout len=%u", len); in ble_hs_dbg_le_event_disp()
282 BLE_HS_LOG(DEBUG, "LE Scan Timeout Event len=%u", len); in ble_hs_dbg_le_event_disp()
307 BLE_HS_LOG(DEBUG, "Corrupted LE Scan Request Received " in ble_hs_dbg_le_event_disp()
312 BLE_HS_LOG(DEBUG, "LE Scan Request Received len=%u " in ble_hs_dbg_le_event_disp()
H A Dble_hs_startup.c259 * 0x0000000000010000 LE Extended Scan Timeout Event in ble_hs_startup_le_set_evmask_tx()
261 * 0x0000000000040000 LE Scan Request Received Event in ble_hs_startup_le_set_evmask_tx()
/nrf52832-nimble/rt-thread/tools/
H A Dbuilding.py175 'It is recommended to use with scan-build like this:\n' + \
176 '`scan-build scons --clang-analyzer`\n' + \
177 'If things goes well, scan-build will instruct you to invoke scan-view.')
313 # perform what scan-build does
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/
H A Dsyscfg.yml42 # Controller uses msys pool for storing advertising data and scan responses.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/
H A DSConscript42 src/scan.c
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h845 * Configures the data to include in subsequent scan responses.
847 * @param data Buffer containing the scan response data.
870 * Configures the fields to include in subsequent scan responses. This is a
873 * @param adv_fields Specifies the scan response data.
878 * fit in a scan response,
922 * itself when sending scan requests. Valid
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dblecent.c238 * Perform a passive scan. I.e., don't send follow-up scan requests to in blecent_scan()
311 MODLOG_DFLT(DEBUG, "Failed to cancel scan; rc=%d\n", rc); in blecent_connect_if_interesting()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A D00history.txt40 Improved cluster scan algorithm to write files fast.
190 Added forced full FAT scan for f_getfree(). (_FS_NOFSINFO)

1234