| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <zephyr/bluetooth/mesh.h>Go to the source code of this file.
Macros | |
| #define | BT_MESH_MODEL_OP_AGG_CLI | 
| Opcodes Aggregator Client model composition data entry.  More... | |
Functions | |
| int | bt_mesh_op_agg_cli_seq_start (uint16_t net_idx, uint16_t app_idx, uint16_t dst, uint16_t elem_addr) | 
| Configure Opcodes Aggregator context.  More... | |
| int | bt_mesh_op_agg_cli_seq_send (void) | 
| Opcodes Aggregator message send.  More... | |
| void | bt_mesh_op_agg_cli_seq_abort (void) | 
| Abort Opcodes Aggregator context.  More... | |
| bool | bt_mesh_op_agg_cli_seq_is_started (void) | 
| Check if Opcodes Aggregator Sequence context is started.  More... | |
| size_t | bt_mesh_op_agg_cli_seq_tailroom (void) | 
| Get Opcodes Aggregator context tailroom.  More... | |
| int32_t | bt_mesh_op_agg_cli_timeout_get (void) | 
| Get the current transmission timeout value.  More... | |
| void | bt_mesh_op_agg_cli_timeout_set (int32_t timeout) | 
| Set the transmission timeout value.  More... | |