Searched refs:bind_params (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 27 struct bind_params { struct 371 static void common_app_bind(uint16_t addr, struct bind_params *params, size_t num) in common_app_bind() 392 struct bind_params bind_params[] = { in dist_prov_and_conf() local 397 common_app_bind(addr, &bind_params[0], ARRAY_SIZE(bind_params)); in dist_prov_and_conf() 406 struct bind_params bind_params[] = { in dist_self_update_prov_and_conf() local 413 common_app_bind(addr, &bind_params[0], ARRAY_SIZE(bind_params)); in dist_self_update_prov_and_conf() 417 static void target_prov_and_conf(uint16_t addr, struct bind_params *params, size_t len) in target_prov_and_conf() 429 struct bind_params bind_params[] = { in target_prov_and_conf_default() local 434 target_prov_and_conf(addr, bind_params, ARRAY_SIZE(bind_params)); in target_prov_and_conf_default() 1442 struct bind_params bind_params[] = { in target_prov_and_conf_with_imposer() local [all …]
|