Home
last modified time | relevance | path

Searched refs:p1_buf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_cdp1.c408 NET_BUF_SIMPLE_DEFINE(p1_buf, 500); in test_node_data_comparison()
410 struct bt_mesh_comp_p1_elem p1_elem = {._buf = &p1_buf}; in test_node_data_comparison()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c160 NET_BUF_SIMPLE_DEFINE(p1_buf, 32); in cmd_get_comp()
162 struct bt_mesh_comp_p1_elem p1_elem = { ._buf = &p1_buf }; in cmd_get_comp()