/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | rpr_cli.h | 55 /** Remote Provisioning Server scanning capabilities */ 71 * NULL if extended scanning hasn't been enabled. An 72 * empty buffer indicates that the extended scanning 97 /** @brief Get scanning capabilities of Remote Provisioning Server. 109 /** @brief Get current scanning state of Remote Provisioning Server. 121 /** @brief Start scanning for unprovisioned devices. 123 * Tells the Remote Provisioning Server to start scanning for unprovisioned 150 /** @brief Start extended scanning for unprovisioned devices. 152 * Extended scanning supplements regular unprovisioned scanning, by allowing 154 * Provisioning Server will use active scanning to request a scan [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 22 Scanning section in Remote Provisioning Client 25 The scanning procedure is used to scan for unprovisioned devices located nearby the Remote 57 Server node. This procedure will start a ten-second, multiple-device scanning where the generated 63 Additionally, the Remote Provisioning Client model also supports extended scanning with the 64 :c:func:`bt_mesh_rpr_scan_start_ext` call. Extended scanning supplements regular scanning by 66 Provisioning Server will use active scanning to request a scan response from the unprovisioned 102 In addition to scanning and provisioning functionality, the Remote Provisioning Client also provides
|
D | statistic.rst | 11 parameters and the scanning ability of the device. The number of the monitored
|
/Zephyr-latest/samples/bluetooth/observer/ |
D | prj_extended.conf | 4 # Enable Extended Scanning 12 # Set maximum scan data length for Extended Scanning in Bluetooth LE Controller
|
/Zephyr-latest/.github/workflows/ |
D | scorecards.yml | 25 # Needed for Code scanning upload 56 # Upload the results to GitHub's code scanning dashboard (optional). 57 # Commenting out will disable upload of results to your repo's Code Scanning dashboard 58 - name: "Upload to code-scanning"
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig.adv | 1 # Bluetooth LE Advertising and Scanning configuration options 8 bool "Extended Advertising and Scanning support" 39 bool "Periodic Advertising and Scanning support"
|
/Zephyr-latest/samples/bluetooth/central/ |
D | README.rst | 5 Implement basic Bluetooth LE Central role functionality (scanning and connecting). 10 Application demonstrating very basic Bluetooth LE Central role functionality by scanning
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan_internal.h | 38 /* Enable and start scanning/initiating role */ 41 /* Disable scanning/initiating role */ 78 /* Helper to setup scanning on auxiliary channel */ 81 /* Helper to clean up auxiliary channel scanning */
|
D | ll_tx_pwr.c | 76 * as for mesh extensions and scanning in ll_tx_pwr_lvl_get() 82 * when scanning is off in ll_tx_pwr_lvl_get() 173 * as for mesh extensions and scanning in ll_tx_pwr_lvl_set() 179 * prior to scanning in ll_tx_pwr_lvl_set()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_parallel.sh | 7 # Test a parallel work scanning and provisioning work on RPR client and server. Procedure: 12 # 5. The provisioner checks scanning and provisioning succeeded;
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/ |
D | Kconfig | 40 If set to true, the sample will start scanning for Broadcast Sources 44 string "Target Broadcast Device Name when self-scanning"
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/chain/ |
D | prj.conf | 27 # Maximum Extended Scanning buffer size 30 # Set maximum scan data length for Extended Scanning in Bluetooth LE Controller
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | Kconfig | 55 scanning to overlap with advertising events hence do not use 56 unreserved scanning so that the create connection can succeed within
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | bap_broadcast_assistant.rst | 9 restricted device, such that scanning does not drain the battery. The Broadcast 10 Assistant shall support scanning for periodic advertisements and may optionally 34 scan_start : Start scanning for broadcasters 35 scan_stop : Stop scanning for BISs 65 Start scanning for periodic advertisements for a server: 69 The Broadcast Assistant will not actually start scanning for periodic
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_vendor.h | 21 /* Active connection in peripheral role with extended scanning on 1M and Coded 26 /* Active connection in peripheral role with extended scanning on 1M only, 32 /* Active connection in peripheral role with legacy scanning on 1M.
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.it8xxx2 | 5 bool "ITE keyboard scanning driver"
|
/Zephyr-latest/samples/bluetooth/iso_central/ |
D | README.rst | 31 In the terminal window, check that it is scanning for other devices. 34 Scanning successfully started
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | ext_adv_scanner.c | 141 printk("Start scanning..."); in start_scan() 216 .test_descr = "Basic extended advertising scanning test. " 224 .test_descr = "Basic extended advertising scanning test. " 233 .test_descr = "Basic extended advertising scanning test. "
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/ |
D | prj.conf | 12 # Increase the maximum number of buffers for advertising data to be able to set the scanning data
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | Kconfig | 19 If set to true, the sample will start scanning for Broadcast Sources 29 before starting scanning for Broadcast Sources.
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/ |
D | main.c | 187 FAIL("Scanning failed to start (err %d)\n", err); in test_central_main() 190 printk("Scanning successfully started\n"); in test_central_main() 206 FAIL("Scanning failed to start (err %d)\n", err); in test_central_main() 208 printk("Scanning successfully started\n"); in test_central_main()
|
/Zephyr-latest/samples/bluetooth/central_hr/src/ |
D | main.c | 187 /* Use active scanning and disable duplicate filtering to handle any in start_scan() 198 printk("Scanning with Coded PHY support failed (err %d)\n", err); in start_scan() 200 printk("Scanning without Coded PHY\n"); in start_scan() 204 printk("Scanning failed to start (err %d)\n", err); in start_scan() 209 printk("Scanning successfully started\n"); in start_scan()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.h | 36 * Scanning to find devices to connect to. 74 * For platforms where scanning and initiating at the same time is not supported, 106 * For platforms where scanning and initiating at the same time is not supported,
|
/Zephyr-latest/samples/bluetooth/central_ht/src/ |
D | main.c | 226 /* Use active scanning and disable duplicate filtering to handle any in scan_start() 257 printk("Scanning failed to start (err %d)\n", err); in disconnected() 281 printk("Scanning failed to start (err %d)\n", err); in main() 285 printk("Scanning successfully started\n"); in main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/chain/tests_scripts/ |
D | adv_chain.sh | 6 # Extended Scanning of chain PDUs
|