Zephyr API 3.6.99
|
#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. | |
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. | |
int | bt_mesh_op_agg_cli_seq_send (void) |
Opcodes Aggregator message send. | |
void | bt_mesh_op_agg_cli_seq_abort (void) |
Abort Opcodes Aggregator context. | |
bool | bt_mesh_op_agg_cli_seq_is_started (void) |
Check if Opcodes Aggregator Sequence context is started. | |
size_t | bt_mesh_op_agg_cli_seq_tailroom (void) |
Get Opcodes Aggregator context tailroom. | |
int32_t | bt_mesh_op_agg_cli_timeout_get (void) |
Get the current transmission timeout value. | |
void | bt_mesh_op_agg_cli_timeout_set (int32_t timeout) |
Set the transmission timeout value. | |