| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <zephyr/bluetooth/mesh.h>Go to the source code of this file.
Data Structures | |
| struct | bt_mesh_sol_pdu_rpl_cli | 
Macros | |
| #define | BT_MESH_MODEL_SOL_PDU_RPL_CLI(cli_data) | 
| Solicitation PDU RPL Client model composition data entry.  More... | |
Functions | |
| int | bt_mesh_sol_pdu_rpl_clear (struct bt_mesh_msg_ctx *ctx, uint16_t range_start, uint8_t range_len, uint16_t *start_rsp, uint8_t *len_rsp) | 
| Remove entries from Solicitation PDU RPL of addresses in given range.  More... | |
| int | bt_mesh_sol_pdu_rpl_clear_unack (struct bt_mesh_msg_ctx *ctx, uint16_t range_start, uint8_t range_len) | 
| Remove entries from Solicitation PDU RPL of addresses in given range (unacked).  More... | |
| void | bt_mesh_sol_pdu_rpl_cli_timeout_set (int32_t timeout) | 
| Set the transmission timeout value.  More... | |