Home
last modified time | relevance | path

Searched full:scanner (Results 1 – 25 of 65) sorted by relevance

123

/Zephyr-Core-3.5.0/samples/drivers/w1/scanner/
Dsample.yaml2 name: 1-Wire scanner sample
8 sample.drivers.w1.scanner.ds2482-800:
17 sample.drivers.w1.scanner.ds2484:
28 samples.drivers.w1.scanner.ds2485:
39 samples.drivers.w1.scanner.w1_serial:
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-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/
Dproxy_mixin.sh10 # With a separate scanner device, observe PB-GATT beacons being sent
13 # With a separate scanner device, observe GATT Proxy beacons being sent
16 # With the separate scanner, observe that the GATT Proxy beacons are not interrupted.
19 # With the separate scanner, observe that the submitted buffer is transmitted
/Zephyr-Core-3.5.0/scripts/pylib/twister/
Dscl.py39 :raises yaml.scanner: On YAML scan issues
46 except yaml.scanner.ScannerError as e: # For errors parsing schema.yaml
81 :raises yaml.scanner.ScannerError: on YAML parsing error
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/
Dmain.c73 * Test checking advertising random address when scanner roles aren't active so that
102 * using an RPA generated for a different identity than scanner roles when privacy is enabled
134 * a different identity than scanner roles while 'CONFIG_BT_PRIVACY' isn't enabled and
168 * a different identity than scanner roles while 'CONFIG_BT_PRIVACY' isn't enabled and
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_scanner.c53 /* Setup the tx device by enabling Bluetooth, but no scanner is needed. */
204 TEST_CASE(tx, invalid_ad_type, "Scanner: Invalid AD Type"),
205 TEST_CASE(tx, wrong_packet_length, "Scanner: Wrong data length"),
207 TEST_CASE(rx, invalid_packet, "Scanner: Invalid packet"),
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/
DREADME.rst11 * In device privacy mode, a scanner shall accept advertising packets from peers with any address
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/
Dpriv_proxy_net_id_multi.sh12 # 1. RX device enables scanner and scans for Private Net ID advertisements from
Dpriv_proxy_net_id.sh11 # 1. RX device enables scanner and scans for Net ID advertisments.
Dpriv_proxy_node_id.sh13 # 1. RX device enables scanner and scans for Private Node ID advertisements.
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/periodic/tests_scripts/
Dper_adv_conn.sh6 # advertising, and a scanner scans for and syncs to the periodic advertising.
Dper_adv.sh6 # advertising, and a scanner scans for and syncs to the periodic advertising.
Dper_adv_conn_privacy.sh6 # advertising, and a scanner scans for and syncs to the periodic advertising.
Dper_adv_long_data.sh6 # advertising, and a scanner scans for and syncs to the periodic advertising.
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/
Dsbom.py10 from zspdx.scanner import ScannerConfig, scanDocument
86 # set up scanner configuration
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_conn/
DREADME.rst20 * A controller that supports the Periodic Advertising with Responses (PAwR) - Scanner feature
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_central.c169 * We have to be careful not to stop the scanner before we have gotten in scan_recv()
190 LOG_DBG("Failed to stop scanner"); in scan_recv()
193 LOG_DBG("Scanner stopped: conn %d paired %d", connection_test, GET_FLAG(paired)); in scan_recv()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/resume/src/
Ddut.c41 * 'stealing' the last conn context and preventing the scanner from in dut_procedure()
Dtester.c38 /* DUT starts advertising again (with scanner's NRPA) in tester_central_procedure()
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_rsp/
DREADME.rst28 * A controller that supports the Periodic Advertising with Responses (PAwR) - Scanner feature
/Zephyr-Core-3.5.0/subsys/bluetooth/
DKconfig.adv16 scanner, including support for advertising data over the LE coded PHY.
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dll_tx_pwr.c75 /* Ignore handle in case of scanner in ll_tx_pwr_lvl_get()
172 /* Ignore handle in case of scanner in ll_tx_pwr_lvl_set()
/Zephyr-Core-3.5.0/samples/bluetooth/scan_adv/src/
Dmain.c39 printk("Starting Scanner/Advertiser Demo\n"); in main()
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/
Dbluetooth-shell.rst104 You can use the command :code:`bt scan on` to create an *active* scanner, meaning that the scanner
106 can create a *passive scanner* by using the :code:`bt scan passive` command, so the scanner will not
197 When advertising, if others devices use an *active* scanner, you may receive *scan request* packets.
257 You should see only those three addresses reported by the scanner.

123