Searched refs:bt_mesh_sol_pdu_rpl_clear (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | sol_pdu_rpl_cli.h | 71 int bt_mesh_sol_pdu_rpl_clear(struct bt_mesh_msg_ctx *ctx, uint16_t range_start,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | sol_pdu_rpl.c | 41 err = bt_mesh_sol_pdu_rpl_clear(&ctx, range_start, len, in cmd_srpl_clear()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | sol_pdu_rpl_cli.c | 92 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/ |
D | proxy.rst | 52 SRPL on the target by calling the :func:`bt_mesh_sol_pdu_rpl_clear` function. Communication between
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 991 err = bt_mesh_sol_pdu_rpl_clear(&ctx, cp->range_start, cp->range_len, &start_rsp, in srpl_clear()
|