Home
last modified time | relevance | path

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

1234

/Zephyr-latest/subsys/bluetooth/host/
Dscan.h17 * Reasons why a scanner can be running.
24 * Users of the scanner module may not use this flag as input to @ref bt_le_scan_user_add
58 * Start / update the scanner.
60 * This API updates the users of the scanner.
63 * and the scanner is started or updated, if needed.
64 * This API may update the scan parameters, for example if the scanner is already running
68 * Every SW module that informs the scanner that it should run, needs to eventually remove
70 * the scanner to run, anymore.
73 * existing users are checked and the scanner is started, stopped or updated.
75 * this allows the background scanner to be started or stopped once the device starts to
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/
Dmain.c68 * Verifies that the scanner can establish a sync to a device when in run_dut()
69 * it is explicitly enabled and disabled. Disabling the scanner in run_dut()
70 * explicitly should not stop the implicitly started scanner. in run_dut()
71 * Verify that the explicit scanner can be started when the in run_dut()
72 * implicit scanner is already running. in run_dut()
106 * This will start the scanner. in run_dut()
124 /* Start scanner. Check that we can start the scanner while it is already in run_dut()
137 TEST_ASSERT(!err, "Scanner setup failed (err %d)\n", err); in run_dut()
138 LOG_DBG("Explicit scanner started"); in run_dut()
143 /* Stop the scanner. That should not affect the periodic advertising sync. */ in run_dut()
[all …]
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dscanner.c19 LOG_MODULE_REGISTER(scanner, LOG_LEVEL_INF);
81 * - `scanner`: will receive the data and check that they match with the in entrypoint_scanner()
90 * - [scanner] start scanner in entrypoint_scanner()
91 * - [scanner] wait until receiving advertising data matching `test_ad2` in entrypoint_scanner()
96 * - scanner receives the correct data in advertising data in entrypoint_scanner()
100 TEST_START("scanner"); in entrypoint_scanner()
112 TEST_PASS_AND_EXIT("scanner"); in entrypoint_scanner()
Dadvertiser.c118 * - `scanner`: will receive the data and check that they match with the in entrypoint_advertiser()
127 * - [scanner] start scanner in entrypoint_advertiser()
128 * - [scanner] wait until receiving advertising data matching `test_ad2` in entrypoint_advertiser()
133 * - scanner receives the correct data in advertising data in entrypoint_advertiser()
/Zephyr-latest/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-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
69 Scanner:
74 Starting Extended Advertising Demo [Scanner]
/Zephyr-latest/samples/bluetooth/extended_adv/scanner/
Dsample.yaml2 name: Bluetooth Extended Advertising Scanner
4 sample.bluetooth.extended_advertising.scanner:
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/scan/slow/src/
Ddut.c42 * To test this, we use a scanner with privacy enabled and sleep a bit in entrypoint_dut()
76 TEST_ASSERT(!err, "Scanner setup failed (err %d)\n", err); in entrypoint_dut()
77 LOG_DBG("Explicit scanner started"); in entrypoint_dut()
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/
Dprj.conf8 CONFIG_BT_DEVICE_NAME="Scanner Test"
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/scan/slow/
Dprj.conf6 CONFIG_BT_DEVICE_NAME="Scanner Test"
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/
Dtestcase.yaml16 bluetooth.host.adv.extended.scanner:
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_scanner.c52 /* Setup the tx device by enabling Bluetooth, but no scanner is needed. */
203 TEST_CASE(tx, invalid_ad_type, "Scanner: Invalid AD Type"),
204 TEST_CASE(tx, wrong_packet_length, "Scanner: Wrong data length"),
206 TEST_CASE(rx, invalid_packet, "Scanner: Invalid packet"),
/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/scan/start_stop/test_scripts/
Dstart_stop.sh14 -v=${verbosity_level} -s="${simulation_id}" -d=0 -testid=scanner
/Zephyr-latest/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
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_scanner.c159 PASS("Extended adv scanner passed\n"); in main_ext_adv_scanner()
194 PASS("Extended adv scanner passed\n"); in main_ext_adv_conn_scanner()
210 PASS("Extended adv scanner x5 passed\n"); in main_ext_adv_conn_scanner_x5()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/tests_scripts/
Dext_adv.sh8 # advertising, and a scanner scans the extended advertisement packets.
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/tests_scripts/
Dper_adv.sh6 # advertising, and a scanner scans for and syncs to the periodic advertising.
Dper_adv_conn.sh6 # advertising, and a scanner scans for and syncs to the periodic advertising.

1234