Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dtesting.c83 if (cb->mesh_model_unbound) { in bt_test_mesh_model_unbound()
84 cb->mesh_model_unbound(addr, model, key_idx); in bt_test_mesh_model_unbound()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dtesting.h44 void (*mesh_model_unbound)(uint16_t addr, const struct bt_mesh_model *model, member
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_mesh.c5345 .mesh_model_unbound = model_unbound_cb,