1#ifndef __TAL_BLUETOOTH_MESH_H__
2#define __TAL_BLUETOOTH_MESH_H__
4#include "tal_bluetooth_def.h"
22OPERATE_RET tal_ble_mesh_stack_reset(UCHAR_T config_reset);
38OPERATE_RET tal_ble_mesh_scan_set(UCHAR_T enable, UINT_T timeout);
73OPERATE_RET tal_ble_mesh_device_get_seq(UINT_T *seq, UINT_T *iv_index);
81OPERATE_RET tal_ble_mesh_device_set_seq(UINT_T seq);
91OPERATE_RET tal_ble_mesh_device_update_iv_info(UINT_T iv_index, UCHAR_T flags);
99OPERATE_RET tal_ble_mesh_local_node_set_ttl(UCHAR_T ttl);
110OPERATE_RET tal_ble_mesh_local_network_transmit_set(UCHAR_T count, UCHAR_T interval_steps);
Definition: tal_bluetooth_mesh_def.h:278
Definition: tal_bluetooth_mesh_def.h:248
Definition: tal_bluetooth_mesh_def.h:256
VOID(* TAL_MESH_EVT_FUNC_CB)(TAL_MESH_EVT_PARAMS_T *p_event)
Definition: tal_bluetooth_mesh_def.h:316