Home
last modified time | relevance | path

Searched refs:bt_mesh_rpr_link_close (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr_cli.h225 int bt_mesh_rpr_link_close(struct bt_mesh_rpr_cli *cli,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c319 err = bt_mesh_rpr_link_close((struct bt_mesh_rpr_cli *)mod->rt->user_data, &srv, &rsp); in cmd_link_close()
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_cli.c572 int bt_mesh_rpr_link_close(struct bt_mesh_rpr_cli *cli, in bt_mesh_rpr_link_close() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c4072 err = bt_mesh_rpr_link_close(&rpr_cli, &srv, &link); in rpr_link_close()