Searched full:scanner (Results 1 – 25 of 65) sorted by relevance
123
/Zephyr-Core-3.5.0/samples/drivers/w1/scanner/ |
D | sample.yaml | 2 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:
|
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-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/advertiser/ |
D | proxy_mixin.sh | 10 # 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/ |
D | scl.py | 39 :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/ |
D | main.c | 73 * 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/ |
D | test_scanner.c | 53 /* 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/ |
D | README.rst | 11 * 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/ |
D | priv_proxy_net_id_multi.sh | 12 # 1. RX device enables scanner and scans for Private Net ID advertisements from
|
D | priv_proxy_net_id.sh | 11 # 1. RX device enables scanner and scans for Net ID advertisments.
|
D | priv_proxy_node_id.sh | 13 # 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/ |
D | per_adv_conn.sh | 6 # advertising, and a scanner scans for and syncs to the periodic advertising.
|
D | per_adv.sh | 6 # advertising, and a scanner scans for and syncs to the periodic advertising.
|
D | per_adv_conn_privacy.sh | 6 # advertising, and a scanner scans for and syncs to the periodic advertising.
|
D | per_adv_long_data.sh | 6 # advertising, and a scanner scans for and syncs to the periodic advertising.
|
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/ |
D | sbom.py | 10 from zspdx.scanner import ScannerConfig, scanDocument 86 # set up scanner configuration
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 20 * A controller that supports the Periodic Advertising with Responses (PAwR) - Scanner feature
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_central.c | 169 * 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/ |
D | dut.c | 41 * 'stealing' the last conn context and preventing the scanner from in dut_procedure()
|
D | tester.c | 38 /* DUT starts advertising again (with scanner's NRPA) in tester_central_procedure()
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_rsp/ |
D | README.rst | 28 * A controller that supports the Periodic Advertising with Responses (PAwR) - Scanner feature
|
/Zephyr-Core-3.5.0/subsys/bluetooth/ |
D | Kconfig.adv | 16 scanner, including support for advertising data over the LE coded PHY.
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ll_tx_pwr.c | 75 /* 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/ |
D | main.c | 39 printk("Starting Scanner/Advertiser Demo\n"); in main()
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-shell.rst | 104 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