Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dtesting.c24 int bt_mesh_test_cb_register(struct bt_mesh_test_cb *cb) in bt_mesh_test_cb_register()
35 void bt_mesh_test_cb_unregister(struct bt_mesh_test_cb *cb) in bt_mesh_test_cb_unregister()
43 struct bt_mesh_test_cb *cb; in bt_mesh_test_net_recv()
54 struct bt_mesh_test_cb *cb; in bt_mesh_test_model_recv()
65 struct bt_mesh_test_cb *cb; in bt_mesh_test_model_bound()
76 struct bt_mesh_test_cb *cb; in bt_mesh_test_model_unbound()
87 struct bt_mesh_test_cb *cb; in bt_mesh_test_prov_invalid_bearer()
98 struct bt_mesh_test_cb *cb; in bt_mesh_test_trans_incomp_timer_exp()
Dtesting.h24 struct bt_mesh_test_cb { struct
43 int bt_mesh_test_cb_register(struct bt_mesh_test_cb *cb);
49 void bt_mesh_test_cb_unregister(struct bt_mesh_test_cb *cb);
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c5473 static struct bt_mesh_test_cb bt_mesh_test_cb = { variable
5552 bt_mesh_test_cb_register(&bt_mesh_test_cb); in tester_init_mesh()