![]()
![]()
#define _PVNR_MGMT_H_
![]()
![]()
#include "net.h"
![]()
![]()
#include "mesh/adapter.h"
![]()
![]()
#define BLE_MESH_INVALID_NODE_INDEX
![]()
![]()
#define BLE_MESH_NODE_NAME_SIZE
![]()
![]()
bt_mesh_node
![]()
![]()
addr
![]()
![]()
addr_type
![]()
![]()
dev_uuid
![]()
![]()
oob_info
![]()
![]()
unicast_addr
![]()
![]()
element_num
![]()
![]()
net_idx
![]()
![]()
flags
![]()
![]()
iv_index
![]()
![]()
dev_key
![]()
![]()
name
![]()
![]()
comp_length
![]()
![]()
comp_data
![]()
![]()
bt_mesh_provisioner_init();
![]()
![]()
bt_mesh_provisioner_net_create();
![]()
![]()
bt_mesh_provisioner_main_reset(bool);
![]()
![]()
bt_mesh_provisioner_deinit(bool);
![]()
![]()
bt_mesh_provisioner_check_is_addr_dup(uint16_t, uint8_t, bool);
![]()
![]()
bt_mesh_provisioner_get_node_count();
![]()
![]()
bt_mesh_provisioner_restore_node_info(struct bt_mesh_node *);
![]()
![]()
bt_mesh_provisioner_provision(const bt_mesh_addr_t *, const uint8_t *, uint16_t, uint16_t, uint8_t, uint16_t, uint8_t, uint32_t, const uint8_t *, uint16_t *, bool);
![]()
![]()
bt_mesh_provisioner_remove_node(const uint8_t *);
![]()
![]()
bt_mesh_provisioner_restore_node_name(uint16_t, const char *);
![]()
![]()
bt_mesh_provisioner_restore_node_comp_data(uint16_t, const uint8_t *, uint16_t);
![]()
![]()
bt_mesh_provisioner_get_node_with_uuid(const uint8_t *);
![]()
![]()
bt_mesh_provisioner_get_node_with_addr(uint16_t);
![]()
![]()
bt_mesh_provisioner_delete_node_with_uuid(const uint8_t *);
![]()
![]()
bt_mesh_provisioner_delete_node_with_node_addr(uint16_t);
![]()
![]()
bt_mesh_provisioner_delete_node_with_dev_addr(const bt_mesh_addr_t *);
![]()
![]()
bt_mesh_provisioner_set_node_name(uint16_t, const char *);
![]()
![]()
bt_mesh_provisioner_get_node_name(uint16_t);
![]()
![]()
bt_mesh_provisioner_get_node_index(const char *);
![]()
![]()
bt_mesh_provisioner_get_node_with_name(const char *);
![]()
![]()
bt_mesh_provisioner_get_node_table_entry();
![]()
![]()
bt_mesh_provisioner_store_node_comp_data(uint16_t, const uint8_t *, uint16_t);
![]()
![]()
bt_mesh_provisioner_net_key_get(uint16_t);
![]()
![]()
bt_mesh_provisioner_check_msg_dst(uint16_t);
![]()
![]()
bt_mesh_provisioner_dev_key_get(uint16_t);
![]()
![]()
bt_mesh_provisioner_local_app_key_add(const uint8_t *, uint16_t, uint16_t *);
![]()
![]()
bt_mesh_provisioner_local_app_key_update(const uint8_t *, uint16_t, uint16_t);
![]()
![]()
bt_mesh_provisioner_local_app_key_get(uint16_t, uint16_t);
![]()
![]()
bt_mesh_provisioner_local_app_key_del(uint16_t, uint16_t, bool);
![]()
![]()
bt_mesh_provisioner_local_net_key_add(const uint8_t *, uint16_t *);
![]()
![]()
bt_mesh_provisioner_local_net_key_update(const uint8_t *, uint16_t);
![]()
![]()
bt_mesh_provisioner_local_net_key_del(uint16_t, bool);
![]()
![]()
bt_mesh_provisioner_bind_local_model_app_idx(uint16_t, uint16_t, uint16_t, uint16_t);
![]()
![]()
bt_mesh_provisioner_store_node_info(struct bt_mesh_node *);