Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dtesting.c79 if (cb->model_unbound) { in bt_mesh_test_model_unbound()
80 cb->model_unbound(addr, model, key_idx); in bt_mesh_test_model_unbound()
Dtesting.h29 void (*model_unbound)(uint16_t addr, const struct bt_mesh_model *model, uint16_t key_idx); member
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c5477 .model_unbound = model_unbound_cb,