/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.h | 17 * 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/ |
D | main.c | 68 * 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/ |
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-latest/tests/bsim/bluetooth/host/adv/long_ad/src/ |
D | scanner.c | 19 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()
|
D | advertiser.c | 118 * - `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/ |
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-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 69 Scanner: 74 Starting Extended Advertising Demo [Scanner]
|
/Zephyr-latest/samples/bluetooth/extended_adv/scanner/ |
D | sample.yaml | 2 name: Bluetooth Extended Advertising Scanner 4 sample.bluetooth.extended_advertising.scanner:
|
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/scan/slow/src/ |
D | dut.c | 42 * 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/ |
D | prj.conf | 8 CONFIG_BT_DEVICE_NAME="Scanner Test"
|
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/scan/slow/ |
D | prj.conf | 6 CONFIG_BT_DEVICE_NAME="Scanner Test"
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/ |
D | testcase.yaml | 16 bluetooth.host.adv.extended.scanner:
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_scanner.c | 52 /* 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/ |
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/scan/start_stop/test_scripts/ |
D | start_stop.sh | 14 -v=${verbosity_level} -s="${simulation_id}" -d=0 -testid=scanner
|
/Zephyr-latest/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
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | ext_adv_scanner.c | 159 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/ |
D | ext_adv.sh | 8 # advertising, and a scanner scans the extended advertisement packets.
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/tests_scripts/ |
D | per_adv.sh | 6 # advertising, and a scanner scans for and syncs to the periodic advertising.
|
D | per_adv_conn.sh | 6 # advertising, and a scanner scans for and syncs to the periodic advertising.
|