1#ifndef __TAL_BLUETOOTH_MESH_H__
2#define __TAL_BLUETOOTH_MESH_H__
4#include "tal_bluetooth_def.h"
21OPERATE_RET tal_ble_mesh_stack_reset(VOID);
37OPERATE_RET tal_ble_mesh_scan_set(UCHAR_T enable, UINT_T timeout);
72OPERATE_RET tal_ble_mesh_device_get_seq(UINT_T *seq, UINT_T *iv_index);
80OPERATE_RET tal_ble_mesh_device_set_seq(UINT_T seq);
90OPERATE_RET tal_ble_mesh_device_update_iv_info(UINT_T iv_index, UCHAR_T flags);
98OPERATE_RET tal_ble_mesh_local_node_set_ttl(UCHAR_T ttl);
109OPERATE_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