Home
last modified time | relevance | path

Searched refs:num_devices (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/shell/
Drun-bsim.sh25 num_devices=$1
36 for dev_id in $(seq 1 ${num_devices}); do
43 $BSIM_OUT_PATH/bin/bs_2G4_phy_v1 -s=shell-sim -D=$((num_devices+=1))
/Zephyr-latest/samples/drivers/w1/scanner/src/
Dmain.c29 int num_devices = w1_search_rom(dev, w1_search_callback, NULL); in main() local
31 LOG_INF("Number of devices found on bus: %d", num_devices); in main()