Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h1791 struct bt_mesh_comp_p2_record { struct
1821 struct bt_mesh_comp_p2_record *bt_mesh_comp_p2_record_pull(struct net_buf_simple *buf, argument
1822 struct bt_mesh_comp_p2_record *record);
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c2471 struct bt_mesh_comp_p2_record *bt_mesh_comp_p2_record_pull(struct net_buf_simple *buf, in bt_mesh_comp_p2_record_pull()
2472 struct bt_mesh_comp_p2_record *record) in bt_mesh_comp_p2_record_pull()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c262 struct bt_mesh_comp_p2_record p2_elem = { in cmd_get_comp()