Searched refs:scan (Results 126 – 150 of 156) sorted by relevance
1234567
/Zephyr-latest/ |
D | CMakeLists.txt | 798 --scan ${ZEPHYR_BASE}/include # Read files from this dir 799 --scan ${ZEPHYR_BASE}/drivers # For net sockets 800 --scan ${ZEPHYR_BASE}/subsys/net # More net sockets 1435 # Use the script GEN_KOBJ_LIST to scan the kernel binary's
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 1654 if (!wifi_mgmt_api || !wifi_mgmt_api->scan) { 1659 return wifi_mgmt_api->scan(dev, params, cb);
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 1523 .scan = esp_mgmt_scan,
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 1342 .scan = bap_broadcast_assistant_scan_cb,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 402 * Refactored and extended the scan delegator implementation, including 1214 * Fixed an issue where not all security modes were displayed correctly on scan. 1222 enables providing of RAW (unprocessed) scan results to the application with
|
D | release-notes-2.2.rst | 438 * Added I2C shell with scan command 613 * GAP: Add dynamic LE scan listener API 1075 * :github:`20698` - Bluetooth: host: Skip pre-scan done by bt_conn_create_le if not needed
|
D | release-notes-2.0.rst | 706 * :github:`18202` - Disable Duplicate scan, no longer available 732 * :github:`18019` - BT scan via shell fatal error 1215 * :github:`15639` - [question] how to get the bd_addr from scan callback as shown on nrf-connect ap… 1488 * :github:`3640` - BLE central scan ignores changes in payload
|
D | release-notes-2.3.rst | 444 * Added support for energy scan function to nrf5 574 * Added scan completion indication to eswifi 615 * IEEE 802.15.4: Now allows energy detection scan unconditionally
|
D | release-notes-2.1.rst | 532 * :github:`20660` - Bluetooth: host: bt\_conn\_create\_le sometimes fails to stop pre-scan before c… 721 * :github:`19413` - Not able to scan and connect to other ble devices with HCI commands
|
D | release-notes-2.4.rst | 652 * Fixed WiFi shell when doing a scan. 1021 * :github:`28145` - nRF52840 Dongle cannot scan LE Coded PHY devices 1110 * :github:`27693` - Crash on ARM when BT LE scan response packet too big 1406 * :github:`26337` - BT scan: filter duplicates yields duplicates
|
D | release-notes-1.11.rst | 385 * :github:`5608` - Bluetooth LE continuous scan weird behaviour
|
D | release-notes-1.14.rst | 905 - Enhanced radio utilization (99% on continuous 100ms scan) 1240 * :github:`14837` - Bluetooth shell scan command parameter mandatory/optional evaluation is broken 1887 * :github:`11310` - Wifi scan crashes on disco_l475_iot1 2170 * :github:`9463` - bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles 2276 * :github:`3906` - Static code scan (coverity CID: 151975, 173645, 173658 ) issues seen
|
D | release-notes-1.10.rst | 337 * :github:`3897` - Static code scan (coverity) issues seen
|
D | release-notes-2.6.rst | 257 device name to appear in the adv packet instead of the scan response. 1479 * :github:`33954` - I2C scan in UART shell is not detecting any I2C devices on ESP32 2089 * :github:`27692` - Allow to select between advertising packet/scan response for BT LE device name 2241 * :github:`3675` - LE Adv. Ext.: Extended Scan with PHY selection for non-conn non-scan un-directed…
|
D | release-notes-4.0.rst | 924 * Fix correct channel scan range in Wi-Fi 6GHz. 925 * Fix scan results printing in Wi-Fi shell.
|
D | migration-guide-3.7.rst | 791 way to do it is by adding the following to the advertising data or scan response data passed to
|
D | release-notes-1.13.rst | 680 * :github:`3903` - Static code scan (coverity) issues seen
|
D | release-notes-1.12.rst | 188 * Add support for energy detection scan on IEEE 802.15.4 driver API.
|
D | release-notes-2.7.rst | 1683 * :github:`36131` - Occasionally unable to scan for extended advertisements when connected 1882 * :github:`30244` - Bluetooth: controller: Extended scan window time reservation prevents auxiliary…
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 1855 .scan = nxp_wifi_scan,
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 3762 SHELL_SUBCMD_ADD((wifi), scan, NULL,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 291 An Advertiser can filter which peers can connect or request scan
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 953 still provide an interface and scan offloading for peripherals.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 776 Scan_Request_Received event upon receipt of a scan request PDU that is in an
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 1237 For serial PTY, the "--generate-hardware-map" option cannot scan it out
|
1234567