Home
last modified time | relevance | path

Searched refs:run_peripheral (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dmain.c33 extern void run_peripheral(void);
49 run_peripheral(); in peripheral_main()
Dperipheral.c287 void run_peripheral(void) in run_peripheral() function
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dmain.c35 extern void run_peripheral(int times);
45 run_peripheral(n_times); in peripheral_main()
Dperipheral.c263 void run_peripheral(int times) in run_peripheral() function
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c1289 static int run_peripheral(void) in run_peripheral() function
1425 err = run_peripheral(); in main()