Home
last modified time | relevance | path

Searched refs:init_peripheral (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dmain.c11 int init_peripheral(uint8_t max_conn, uint8_t iterations);
15 (void)init_peripheral(CONFIG_BT_MAX_CONN, CONFIG_SAMPLE_CONN_ITERATIONS); in main()
Dperipheral_identity.c245 int init_peripheral(uint8_t max_conn, uint8_t iterations) in init_peripheral() function
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/src/
Dmain.c29 int init_peripheral(uint8_t max_conn, uint8_t iterations);
73 err = init_peripheral(CONFIG_BT_MAX_CONN, ITERATIONS); in test_peripheral_main()
115 err = init_peripheral(1U, ITERATIONS); in test_peripheral_single_main()
151 err = init_peripheral(20U, ITERATIONS); in test_peripheral_multilink_main()