Home
last modified time | relevance | path

Searched refs:bt_mesh_sol_pdu_rpl_clear (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dsol_pdu_rpl_cli.h71 int bt_mesh_sol_pdu_rpl_clear(struct bt_mesh_msg_ctx *ctx, uint16_t range_start,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dsol_pdu_rpl.c41 err = bt_mesh_sol_pdu_rpl_clear(&ctx, range_start, len, in cmd_srpl_clear()
/Zephyr-latest/subsys/bluetooth/mesh/
Dsol_pdu_rpl_cli.c92 int bt_mesh_sol_pdu_rpl_clear(struct bt_mesh_msg_ctx *ctx, uint16_t range_start, in bt_mesh_sol_pdu_rpl_clear() function
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst52 SRPL on the target by calling the :func:`bt_mesh_sol_pdu_rpl_clear` function. Communication between
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c991 err = bt_mesh_sol_pdu_rpl_clear(&ctx, cp->range_start, cp->range_len, &start_rsp, in srpl_clear()