Home
last modified time | relevance | path

Searched refs:scanner (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/samples/drivers/w1/scanner/
DREADME.rst1 .. zephyr:code-sample:: w1-scanner
2 :name: 1-Wire scanner
21 :zephyr-app: samples/drivers/w1/scanner
DCMakeLists.txt3 project(w1-scanner)
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/test_scripts/
Dstart_stop.sh14 -v=${verbosity_level} -s="${simulation_id}" -d=0 -testid=scanner
/Zephyr-latest/samples/bluetooth/extended_adv/
DREADME.rst16 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/
Drun.sh22 Execute "${test_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -rs=69 -testid=scanner
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/
DCMakeLists.txt21 src/scanner.c
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/
DREADME.rst11 * 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/
Dscanner.c19 LOG_MODULE_REGISTER(scanner, LOG_LEVEL_INF);
/Zephyr-latest/scripts/pylib/twister/
Dscl.py46 except yaml.scanner.ScannerError as e: # For errors parsing schema.yaml
/Zephyr-latest/scripts/west_commands/zspdx/
Dsbom.py10 from zspdx.scanner import ScannerConfig, scanDocument
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst67 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/
DKconfig.adv16 scanner, including support for advertising data over the LE coded PHY.
/Zephyr-latest/scripts/tests/twister/
Dtest_scl.py23 from yaml.scanner import ScannerError
/Zephyr-latest/scripts/
Dsnippets.py296 except yaml.scanner.ScannerError:
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv.c1258 _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/
DKconfig292 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/
Dhci.txt778 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/
Dlll_scan.c1138 node_rx->rx_ftr.chan = _radio.scanner.chan - 1;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c1611 node_rx->rx_ftr.chan = _radio.scanner.chan - 1;
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1180 Generate events indicating on air scanner events.
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst425 as an advertiser and as a scanner.
Drelease-notes-3.0.rst1152 * :github:`40317` - Crash in ull.c when stressing periodic advertising sync (scanner side)
Drelease-notes-2.3.rst1034 * :github:`24180` - Parameter deprecation causes scanner malfunction on big-endian systems
Drelease-notes-2.4.rst1168 * :github:`27414` - Bluetooth: Controller: First advertisement does not preempt continuous scanner
/Zephyr-latest/
D.ruff-excludes.toml1286 "./scripts/west_commands/zspdx/scanner.py" = [

12