Searched refs:scanner (Results 1 – 25 of 27) sorted by relevance
12
/Zephyr-latest/samples/drivers/w1/scanner/ |
D | README.rst | 1 .. zephyr:code-sample:: w1-scanner 2 :name: 1-Wire scanner 21 :zephyr-app: samples/drivers/w1/scanner
|
D | CMakeLists.txt | 3 project(w1-scanner)
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/test_scripts/ |
D | start_stop.sh | 14 -v=${verbosity_level} -s="${simulation_id}" -d=0 -testid=scanner
|
/Zephyr-latest/samples/bluetooth/extended_adv/ |
D | README.rst | 16 which prompts the scanner to connect after scanning for extended advertisements. 19 while the scanner cools-down for 5 seconds to restart its process. 24 scanner from within the ``recycled`` callback exposes the application to deadlocking. 40 Flash one device with the scanner application, and another device with the
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/test_scripts/ |
D | run.sh | 22 Execute "${test_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=scanner
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/ |
D | CMakeLists.txt | 21 src/scanner.c
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/ |
D | README.rst | 11 * In device privacy mode, a scanner shall accept advertising packets from peers with any address
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/ |
D | scanner.c | 19 LOG_MODULE_REGISTER(scanner, LOG_LEVEL_INF);
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 46 except yaml.scanner.ScannerError as e: # For errors parsing schema.yaml
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | sbom.py | 10 from zspdx.scanner import ScannerConfig, scanDocument
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 67 You can use the command :code:`bt scan on` to create an *active* scanner, meaning that the scanner 69 can create a *passive scanner* by using the :code:`bt scan passive` command, so the scanner will not 161 When advertising, if others devices use an *active* scanner, you may receive *scan request* packets. 305 You should see only those three addresses reported by the scanner.
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig.adv | 16 scanner, including support for advertising data over the LE coded PHY.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_scl.py | 23 from yaml.scanner import ScannerError
|
/Zephyr-latest/scripts/ |
D | snippets.py | 296 except yaml.scanner.ScannerError:
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv.c | 1258 _radio.scanner.type = 0; 1262 _radio.scanner.phy = 0; 1267 _radio.scanner.rpa_gen = 0; 1268 _radio.scanner.rl_idx = rl_idx; 1271 _radio.scanner.filter_policy = filter_policy; 1598 _radio.scanner.is_enabled = 1;
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 292 by both scanner and advertiser. The filter accept list cannot be modified while 297 A scanner can filter advertisers for which it will generate 838 identity address as the scanner address. By default the stack will 841 identity address the scanner will receive directed advertise reports 853 to a peer device without stopping the scanner. 854 If privacy is disabled, the scanner will use its identity
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 778 its device address and is from a scanner that is allowed by the advertising 809 handle type (advertiser, scanner, connection). 823 set is identified based on a handle type (advertiser, scanner, connection) and 835 without the need of restarting the advertiser and scanner role/states. In case 934 handle type (advertiser, scanner, connection) and handle. 1277 The request contains a device address from a scanner that is allowed by the
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_scan.c | 1138 node_rx->rx_ftr.chan = _radio.scanner.chan - 1;
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan.c | 1611 node_rx->rx_ftr.chan = _radio.scanner.chan - 1;
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1180 Generate events indicating on air scanner events.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 425 as an advertiser and as a scanner.
|
D | release-notes-3.0.rst | 1152 * :github:`40317` - Crash in ull.c when stressing periodic advertising sync (scanner side)
|
D | release-notes-2.3.rst | 1034 * :github:`24180` - Parameter deprecation causes scanner malfunction on big-endian systems
|
D | release-notes-2.4.rst | 1168 * :github:`27414` - Bluetooth: Controller: First advertisement does not preempt continuous scanner
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 1286 "./scripts/west_commands/zspdx/scanner.py" = [
|
12