![]()
![]()
#include <stdint.h>
![]()
![]()
#include <string.h>
![]()
![]()
#include <assert.h>
![]()
![]()
#include "esp_log.h"
![]()
![]()
#include "bta/bta_api.h"
![]()
![]()
#include "btc_ble_mesh_agg_model.h"
![]()
![]()
#include "btc_ble_mesh_brc_model.h"
![]()
![]()
#include "btc_ble_mesh_df_model.h"
![]()
![]()
#include "btc_ble_mesh_lcd_model.h"
![]()
![]()
#include "btc_ble_mesh_mbt_model.h"
![]()
![]()
#include "btc_ble_mesh_odp_model.h"
![]()
![]()
#include "btc_ble_mesh_prb_model.h"
![]()
![]()
#include "btc_ble_mesh_rpr_model.h"
![]()
![]()
#include "btc_ble_mesh_sar_model.h"
![]()
![]()
#include "btc_ble_mesh_srpl_model.h"
![]()
![]()
#include "adv.h"
![]()
![]()
#include "net.h"
![]()
![]()
#include "scan.h"
![]()
![]()
#include "crypto.h"
![]()
![]()
#include "access.h"
![]()
![]()
#include "beacon.h"
![]()
![]()
#include "friend.h"
![]()
![]()
#include "lpn.h"
![]()
![]()
#include "rpl.h"
![]()
![]()
#include "foundation.h"
![]()
![]()
#include <tinycrypt/hmac.h>
![]()
![]()
#include <tinycrypt/sha256.h>
![]()
![]()
#include "mesh/buf.h"
![]()
![]()
#include "mesh/slist.h"
![]()
![]()
#include "mesh/config.h"
![]()
![]()
#include "mesh/adapter.h"
![]()
![]()
#include "mesh/main.h"
![]()
![]()
#include "mesh/timer.h"
![]()
![]()
#include "mesh/mutex.h"
![]()
![]()
#include "mesh/common.h"
![]()
![]()
#include "mesh/access.h"
![]()
![]()
#include "prov_common.h"
![]()
![]()
#include "prov_node.h"
![]()
![]()
#include "prov_pvnr.h"
![]()
![]()
#include "pvnr_mgmt.h"
![]()
![]()
#include "transport.h"
![]()
![]()
#include "proxy_client.h"
![]()
![]()
#include "proxy_server.h"
![]()
![]()
#include "settings.h"
![]()
![]()
#include "settings_nvs.h"
![]()
![]()
#include "mesh/model_common.h"
![]()
![]()
#include "mesh/client_common.h"
![]()
![]()
#include "mesh_v1.1/utils.h"
![]()
![]()
#define NET_BUF
![]()
![]()
#define k_WORK
![]()
![]()
#define COMP
![]()
![]()
#define ELEM
![]()
![]()
#define MODEL
![]()
![]()
#define APP_KEY
![]()
![]()
#define NODE
![]()
![]()
#define LINK
![]()
![]()
#define PROXY_CLI
![]()
![]()
#define PROXY_CFG
![]()
![]()
#define FRIEND
![]()
![]()
#define SUBNET
![]()
![]()
#define NET_TX
![]()
![]()
#define NET_RX
![]()
![]()
#define MSG_CTX
![]()
![]()
#define CLI_PARAM
![]()
![]()
#define CLI_NODE
![]()
![]()
#define ADV_DATA
![]()
![]()
#define RPL
![]()
![]()
#define VOID
![]()
![]()
bt_mesh_ext_put_be16(uint16_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_be24(uint32_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_be32(uint32_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_be48(uint64_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_be64(uint64_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_le16(uint16_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_le24(uint32_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_le32(uint32_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_le48(uint64_t, uint8_t *)
![]()
![]()
bt_mesh_ext_put_le64(uint64_t, uint8_t *)
![]()
![]()
bt_mesh_ext_get_be16(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_be24(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_be32(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_be48(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_be64(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_le16(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_le24(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_le32(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_le48(const uint8_t *)
![]()
![]()
bt_mesh_ext_get_le64(const uint8_t *)
![]()
![]()
bt_mesh_ext_memcpy_swap(void *, const void *, size_t)
![]()
![]()
bt_mesh_ext_mem_swap(void *, size_t)
![]()
![]()
bt_mesh_ext_log_timestamp()
![]()
![]()
bt_mesh_ext_buf_simple_init(struct net_buf_simple *, size_t)
![]()
![]()
bt_mesh_ext_buf_simple_init_with_data(struct net_buf_simple *, void *, size_t)
![]()
![]()
bt_mesh_ext_buf_simple_reset(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_clone(const struct net_buf_simple *, struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_add(struct net_buf_simple *, size_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_mem(struct net_buf_simple *, const void *, size_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_u8(struct net_buf_simple *, uint8_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_le16(struct net_buf_simple *, uint16_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_be16(struct net_buf_simple *, uint16_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_le24(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_be24(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_le32(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_be32(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_le48(struct net_buf_simple *, uint64_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_be48(struct net_buf_simple *, uint64_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_le64(struct net_buf_simple *, uint64_t)
![]()
![]()
bt_mesh_ext_buf_simple_add_be64(struct net_buf_simple *, uint64_t)
![]()
![]()
bt_mesh_ext_buf_simple_push(struct net_buf_simple *, size_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_le16(struct net_buf_simple *, uint16_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_be16(struct net_buf_simple *, uint16_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_u8(struct net_buf_simple *, uint8_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_le24(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_be24(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_le32(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_be32(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_le48(struct net_buf_simple *, uint64_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_be48(struct net_buf_simple *, uint64_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_le64(struct net_buf_simple *, uint64_t)
![]()
![]()
bt_mesh_ext_buf_simple_push_be64(struct net_buf_simple *, uint64_t)
![]()
![]()
bt_mesh_ext_buf_simple_pull(struct net_buf_simple *, size_t)
![]()
![]()
bt_mesh_ext_buf_simple_pull_mem(struct net_buf_simple *, size_t)
![]()
![]()
bt_mesh_ext_buf_simple_pull_u8(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_le16(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_be16(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_le24(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_be24(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_le32(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_be32(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_le48(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_be48(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_le64(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_pull_be64(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_tail(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_headroom(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_tailroom(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_buf_simple_save(struct net_buf_simple *, struct net_buf_simple_state *)
![]()
![]()
bt_mesh_ext_buf_simple_restore(struct net_buf_simple *, struct net_buf_simple_state *)
![]()
![]()
bt_mesh_ext_buf_simple_reserve(struct net_buf_simple *, size_t)
![]()
![]()
bt_mesh_ext_buf_get_simple(void *)
![]()
![]()
bt_mesh_ext_buf_add_mem(void *, const void *, size_t)
![]()
![]()
bt_mesh_ext_buf_add_u8(void *, uint8_t)
![]()
![]()
bt_mesh_ext_buf_add_le16(void *, uint16_t)
![]()
![]()
bt_mesh_ext_buf_unref(void *)
![]()
![]()
bt_mesh_ext_malloc(size_t)
![]()
![]()
bt_mesh_ext_calloc(size_t)
![]()
![]()
bt_mesh_ext_free(void *)
![]()
![]()
bt_mesh_ext_alloc_buf(uint16_t)
![]()
![]()
bt_mesh_ext_free_buf(struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_rand(void *, size_t)
![]()
![]()
bt_mesh_ext_ceil(float)
![]()
![]()
bt_mesh_ext_log2(float)
![]()
![]()
bt_mesh_ext_hex(const void *, size_t)
![]()
![]()
bt_mesh_ext_s1(const char *, uint8_t *)
![]()
![]()
bt_mesh_ext_aes_cmac(const uint8_t *, void *, size_t, uint8_t *)
![]()
![]()
bt_mesh_ext_id128(const uint8_t *, const char *, uint8_t *)
![]()
![]()
bt_mesh_ext_encrypt_be(const uint8_t *, const uint8_t *, uint8_t *)
![]()
![]()
bt_mesh_ext_net_obfuscate(uint8_t *, uint32_t, const uint8_t *)
![]()
![]()
bt_mesh_ext_net_encrypt(const uint8_t *, struct net_buf_simple *, uint32_t, bool, bool)
![]()
![]()
bt_mesh_ext_net_decrypt(const uint8_t *, struct net_buf_simple *, uint32_t, bool, bool)
![]()
![]()
bt_mesh_ext_tc_hmac_set_key(void *, const uint8_t *, unsigned int)
![]()
![]()
bt_mesh_ext_tc_hmac_init(void *)
![]()
![]()
bt_mesh_ext_tc_hmac_update(void *, const void *, unsigned int)
![]()
![]()
bt_mesh_ext_tc_hmac_final(uint8_t *, unsigned int, void *)
![]()
![]()
bt_mesh_ext_mutex_create(void *)
![]()
![]()
bt_mesh_ext_mutex_free(void *)
![]()
![]()
bt_mesh_ext_mutex_lock(void *)
![]()
![]()
bt_mesh_ext_mutex_unlock(void *)
![]()
![]()
bt_mesh_ext_r_mutex_create(void *)
![]()
![]()
bt_mesh_ext_r_mutex_free(void *)
![]()
![]()
bt_mesh_ext_r_mutex_lock(void *)
![]()
![]()
bt_mesh_ext_r_mutex_unlock(void *)
![]()
![]()
bt_mesh_ext_timer_init(void *, void (*)(void *))
![]()
![]()
bt_mesh_ext_timer_free(void *)
![]()
![]()
bt_mesh_ext_timer_submit(void *, int32_t)
![]()
![]()
bt_mesh_ext_timer_cancel(void *)
![]()
![]()
bt_mesh_ext_timer_remaining_get(void *)
![]()
![]()
bt_mesh_ext_timer_get_32()
![]()
![]()
bt_mesh_ext_timer_get_with_work(void *)
![]()
![]()
bt_mesh_ext_timer_get_user_data(void *)
![]()
![]()
bt_mesh_ext_timer_set_user_data(void *, void *)
![]()
![]()
bt_mesh_ext_atomic_inc(int *)
![]()
![]()
bt_mesh_ext_atomic_dec(int *)
![]()
![]()
bt_mesh_ext_atomic_get(const int *)
![]()
![]()
bt_mesh_ext_atomic_set(int *, int)
![]()
![]()
bt_mesh_ext_atomic_or(int *, int)
![]()
![]()
bt_mesh_ext_atomic_and(int *, int)
![]()
![]()
bt_mesh_ext_atomic_test_bit(const int *, int)
![]()
![]()
bt_mesh_ext_atomic_test_and_clear_bit(int *, int)
![]()
![]()
bt_mesh_ext_atomic_test_and_set_bit(int *, int)
![]()
![]()
bt_mesh_ext_atomic_clear_bit(int *, int)
![]()
![]()
bt_mesh_ext_atomic_set_bit(int *, int)
![]()
![]()
bt_mesh_ext_atomic_set_bit_to(int *, int, bool)
![]()
![]()
bt_mesh_ext_comp_provision(uint16_t)
![]()
![]()
bt_mesh_ext_get_opcode(struct net_buf_simple *, uint32_t *, bool)
![]()
![]()
bt_mesh_ext_rx_netkey_size()
![]()
![]()
bt_mesh_ext_rx_netkey_get(size_t)
![]()
![]()
bt_mesh_ext_primary_addr()
![]()
![]()
bt_mesh_ext_comp_get()
![]()
![]()
bt_mesh_ext_comp_get_elem_count(const void *)
![]()
![]()
bt_mesh_ext_comp_get_elem_s(const void *)
![]()
![]()
bt_mesh_ext_comp_get_elem(const void *, uint8_t)
![]()
![]()
bt_mesh_ext_comp_get_cid(const void *)
![]()
![]()
bt_mesh_ext_comp_get_pid(const void *)
![]()
![]()
bt_mesh_ext_comp_get_vid(const void *)
![]()
![]()
bt_mesh_ext_elem_find(uint16_t)
![]()
![]()
bt_mesh_ext_elem_count()
![]()
![]()
bt_mesh_ext_elem_get_loc(void *)
![]()
![]()
bt_mesh_ext_elem_get_model_count(void *)
![]()
![]()
bt_mesh_ext_elem_get_model(void *, uint8_t)
![]()
![]()
bt_mesh_ext_elem_get_vnd_model_count(void *)
![]()
![]()
bt_mesh_ext_elem_get_vnd_model(void *, uint8_t)
![]()
![]()
bt_mesh_ext_model_in_primary(const void *)
![]()
![]()
bt_mesh_ext_model_elem(void *)
![]()
![]()
bt_mesh_ext_model_find(void *, uint16_t)
![]()
![]()
bt_mesh_ext_model_find_vnd(void *, uint16_t, uint16_t)
![]()
![]()
bt_mesh_ext_model_msg_init(struct net_buf_simple *, uint32_t)
![]()
![]()
bt_mesh_ext_model_send(void *, void *, struct net_buf_simple *, const struct bt_mesh_send_cb *, void *)
![]()
![]()
bt_mesh_ext_model_get_id(void *)
![]()
![]()
bt_mesh_ext_model_get_vnd_id(void *)
![]()
![]()
bt_mesh_ext_model_get_vnd_cid(void *)
![]()
![]()
bt_mesh_ext_model_get_pub(void *)
![]()
![]()
bt_mesh_ext_model_get_pub_addr(void *)
![]()
![]()
bt_mesh_ext_model_get_pub_key(void *)
![]()
![]()
bt_mesh_ext_model_get_pub_directed_pub_policy(void *)
![]()
![]()
bt_mesh_ext_model_set_pub_directed_pub_policy(void *, uint8_t)
![]()
![]()
bt_mesh_ext_model_get_pub_msg(void *)
![]()
![]()
bt_mesh_ext_model_get_keys_count(void *)
![]()
![]()
bt_mesh_ext_model_get_keys_size(void *)
![]()
![]()
bt_mesh_ext_model_get_key(void *, uint8_t)
![]()
![]()
bt_mesh_ext_model_set_key(void *, uint8_t, uint16_t)
![]()
![]()
bt_mesh_ext_model_get_groups_count(void *)
![]()
![]()
bt_mesh_ext_model_get_groups_size(void *)
![]()
![]()
bt_mesh_ext_model_get_group(void *, uint8_t)
![]()
![]()
bt_mesh_ext_model_set_group(void *, uint8_t, uint16_t)
![]()
![]()
bt_mesh_ext_model_get_user_data(void *)
![]()
![]()
bt_mesh_ext_model_set_user_data(void *, void *)
![]()
![]()
bt_mesh_ext_model_free_user_data(void *)
![]()
![]()
bt_mesh_ext_model_set_user_data_model(void *, void *)
![]()
![]()
bt_mesh_ext_model_set_user_data_op_pair_size(void *, uint32_t)
![]()
![]()
bt_mesh_ext_model_set_user_data_op_pair(void *, const void *)
![]()
![]()
bt_mesh_ext_model_get_user_data_internal_data(void *)
![]()
![]()
bt_mesh_ext_model_set_user_data_internal_data(void *, void *)
![]()
![]()
bt_mesh_ext_model_free_user_data_internal_data(void *)
![]()
![]()
bt_mesh_ext_model_get_user_data_internal_data_queue(void *)
![]()
![]()
bt_mesh_ext_model_get_user_data_vendor_data(void *)
![]()
![]()
bt_mesh_ext_model_set_user_data_vendor_data(void *, void *)
![]()
![]()
bt_mesh_ext_model_free_user_data_vendor_data(void *)
![]()
![]()
bt_mesh_ext_model_is_opcode_belongs(void *, uint8_t, uint32_t)
![]()
![]()
for
(size_t i = 0; i < model_count; i++)
![]()
![]()
for
(op = model->op; op->func; op++)
![]()
![]()
if
(op->opcode == opcode)
![]()
![]()
bt_mesh_ext_app_key_get(uint16_t)
![]()
![]()
bt_mesh_ext_app_key_get_net_idx(void *)
![]()
![]()
bt_mesh_ext_ctl_send(void *, uint8_t, void *, size_t, const struct bt_mesh_send_cb *, void *)
![]()
![]()
bt_mesh_ext_get_tx_sdu_max()
![]()
![]()
bt_mesh_ext_tx_reset()
![]()
![]()
bt_mesh_ext_rx_reset()
![]()
![]()
bt_mesh_ext_subnet_get(uint16_t)
![]()
![]()
bt_mesh_ext_net_encode(void *, struct net_buf_simple *, bool)
![]()
![]()
bt_mesh_ext_net_flags(void *)
![]()
![]()
bt_mesh_ext_net_iv_update(uint32_t, bool)
![]()
![]()
bt_mesh_ext_kr_update(void *, uint8_t, bool)
![]()
![]()
bt_mesh_ext_net_sec_update(void *)
![]()
![]()
bt_mesh_ext_net_pdu_decrypt(void *, const uint8_t *, const uint8_t *, const uint8_t *, size_t, void *, struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_net_get_sub_net_idx(uint8_t)
![]()
![]()
bt_mesh_ext_net_get_sub_count()
![]()
![]()
bt_mesh_ext_net_get_sub(uint8_t)
![]()
![]()
bt_mesh_ext_net_get_iv_index()
![]()
![]()
bt_mesh_ext_net_set_seq(uint32_t)
![]()
![]()
bt_mesh_ext_net_get_dev_key()
![]()
![]()
bt_mesh_ext_net_get_dev_key_ca()
![]()
![]()
bt_mesh_ext_net_get_rpl_count()
![]()
![]()
bt_mesh_ext_net_get_rpl_src(uint8_t)
![]()
![]()
bt_mesh_ext_net_reset_rpl(uint8_t)
![]()
![]()
bt_mesh_ext_net_is_ivu_initiator()
![]()
![]()
bt_mesh_ext_net_is_ivu_in_progress()
![]()
![]()
bt_mesh_ext_primary_subnet_exist()
![]()
![]()
bt_mesh_ext_net_secure_beacon_update(void *)
![]()
![]()
bt_mesh_ext_net_get_sub_mpb_rand(uint8_t)
![]()
![]()
bt_mesh_ext_beacon_cache_check(uint8_t *, bool)
![]()
![]()
bt_mesh_ext_beacon_cache_add(uint8_t *, void *, bool)
![]()
![]()
bt_mesh_ext_beacon_update_observation(bool)
![]()
![]()
bt_mesh_ext_beacon_ivu_initiator(bool)
![]()
![]()
bt_mesh_ext_net_transmit_get()
![]()
![]()
bt_mesh_ext_relay_get()
![]()
![]()
bt_mesh_ext_friend_get()
![]()
![]()
bt_mesh_ext_relay_retransmit_get()
![]()
![]()
bt_mesh_ext_secure_beacon_get()
![]()
![]()
bt_mesh_ext_gatt_proxy_get()
![]()
![]()
bt_mesh_ext_default_ttl_get()
![]()
![]()
bt_mesh_ext_key_idx_pack(struct net_buf_simple *, uint16_t, uint16_t)
![]()
![]()
bt_mesh_ext_key_idx_unpack(struct net_buf_simple *, uint16_t *, uint16_t *)
![]()
![]()
bt_mesh_ext_prov_get()
![]()
![]()
bt_mesh_ext_prov_buf_headroom()
![]()
![]()
bt_mesh_ext_prov_buf_init(struct net_buf_simple *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_pdu_check(uint8_t, uint16_t, uint8_t *)
![]()
![]()
bt_mesh_ext_prov_send(void *, struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_prov_send_adv(void *, struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_prov_bearer_ctl_send(void *, uint8_t, void *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_clear_tx(void *, bool)
![]()
![]()
bt_mesh_ext_prov_node_next_xact_id(void *)
![]()
![]()
bt_mesh_ext_prov_node_get_link()
![]()
![]()
bt_mesh_ext_prov_node_close_link(uint8_t)
![]()
![]()
bt_mesh_ext_prov_node_get_uuid()
![]()
![]()
bt_mesh_ext_prov_node_get_oob_info()
![]()
![]()
bt_mesh_ext_prov_node_get_uri()
![]()
![]()
bt_mesh_ext_prov_pvnr_next_xact_id(void *)
![]()
![]()
bt_mesh_ext_prov_pvnr_get_link()
![]()
![]()
bt_mesh_ext_prov_pvnr_get_link_count()
![]()
![]()
bt_mesh_ext_prov_pvnr_send_invite(void *)
![]()
![]()
bt_mesh_ext_prov_pvnr_close_link(void *, uint8_t)
![]()
![]()
bt_mesh_ext_pvnr_get_node_with_addr(uint16_t)
![]()
![]()
bt_mesh_ext_pvnr_records_list_get_cb(uint16_t, struct net_buf_simple *)
![]()
![]()
if
(bt_mesh_prov_get()->records_list_get)
![]()
![]()
bt_mesh_ext_pvnr_records_recv_comp_cb(uint8_t, uint16_t, uint16_t, uint16_t, uint16_t, uint8_t *)
![]()
![]()
if
(bt_mesh_prov_get()->prov_record_recv_comp)
![]()
![]()
bt_mesh_ext_pvnr_get_node_uuid(void *)
![]()
![]()
bt_mesh_ext_prov_link_test_bit(void *, int)
![]()
![]()
bt_mesh_ext_prov_link_clear_bit(void *, int)
![]()
![]()
bt_mesh_ext_prov_link_set_bit(void *, int)
![]()
![]()
bt_mesh_ext_prov_link_set_expect(void *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_link_get_pub_key_type(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_auth_method(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_addr(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_uuid(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_elem_num(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_unicast_addr(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_record_id_expect(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_record_id_expect(void *, uint16_t)
![]()
![]()
bt_mesh_ext_prov_link_get_offset_expect(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_offset_expect(void *, uint16_t)
![]()
![]()
bt_mesh_ext_prov_link_get_max_size(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_max_size(void *, uint16_t)
![]()
![]()
bt_mesh_ext_prov_link_get_conn(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_link_id(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_pb_remote_uuid(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_pb_remote_timeout(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_timeout(void *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_link_get_pb_remote_nppi(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_nppi(void *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_link_get_pb_remote_pub_key(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_pub_key(void *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_link_get_pb_remote_cbd(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_cbd(void *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_link_get_pb_remote_csp(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_csp(void *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_link_get_pb_remote_reset(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_reset(void *, uint8_t)
![]()
![]()
bt_mesh_ext_prov_link_get_pb_remote_data(void *)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_data(void *, void *)
![]()
![]()
bt_mesh_ext_prov_link_free_pb_remote_data(void *)
![]()
![]()
bt_mesh_ext_prov_link_get_record(void *, uint16_t)
![]()
![]()
bt_mesh_ext_prov_link_alloc_record(void *, uint16_t, uint16_t)
![]()
![]()
bt_mesh_ext_prov_link_pb_gatt_exist(void *)
![]()
![]()
bt_mesh_ext_prov_link_pb_gatt_send(void *, struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_close(void *, void (*)(void *, uint8_t))
![]()
![]()
bt_mesh_ext_prov_link_pb_remote_close(void *, uint8_t)
![]()
![]()
if
(LINK(link)->pb_remote_close)
![]()
![]()
bt_mesh_ext_prov_link_set_pb_remote_send(void *, int (*)(void *, struct net_buf_simple *))
![]()
![]()
bt_mesh_ext_prov_link_set_next_xact_id(void *, uint8_t (*)(void *))
![]()
![]()
bt_mesh_ext_proxy_server_get_all_client_type()
![]()
![]()
bt_mesh_ext_proxy_server_segment_send(void *, uint8_t, struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_proxy_server_find_client_by_addr(uint16_t)
![]()
![]()
bt_mesh_ext_proxy_server_update_net_id_rand_stop()
![]()
![]()
bt_mesh_ext_proxy_server_get_client(uint8_t)
![]()
![]()
bt_mesh_ext_proxy_server_get_client_count()
![]()
![]()
bt_mesh_ext_proxy_server_update_net_id_rand()
![]()
![]()
bt_mesh_ext_proxy_server_is_node_id_enable()
![]()
![]()
bt_mesh_ext_proxy_server_private_identity_start(void *)
![]()
![]()
bt_mesh_ext_proxy_server_private_identity_stop(void *)
![]()
![]()
bt_mesh_ext_proxy_server_get_filter_type(void *)
![]()
![]()
bt_mesh_ext_proxy_server_get_filter_count(void *)
![]()
![]()
bt_mesh_ext_proxy_server_get_filter_size(void *)
![]()
![]()
bt_mesh_ext_proxy_server_get_filter_addr(void *, uint8_t)
![]()
![]()
bt_mesh_ext_proxy_server_filter_is_client(void *, uint8_t)
![]()
![]()
bt_mesh_ext_proxy_server_get_client_type(void *)
![]()
![]()
bt_mesh_ext_proxy_server_is_proxy_msg_recv(void *)
![]()
![]()
bt_mesh_ext_proxy_server_get_conn(void *)
![]()
![]()
bt_mesh_ext_proxy_server_set_client_type(void *, uint8_t)
![]()
![]()
bt_mesh_ext_proxy_server_set_msg_recv(void *, uint8_t)
![]()
![]()
bt_mesh_ext_proxy_client_beacon_send(void *, bool)
![]()
![]()
bt_mesh_ext_proxy_client_get_opcode(void *)
![]()
![]()
bt_mesh_ext_proxy_client_get_use_directed(void *)
![]()
![]()
bt_mesh_ext_proxy_client_get_client_uar(void *)
![]()
![]()
bt_mesh_ext_rpr_cli_pdu_send(void *, uint8_t)
![]()
![]()
bt_mesh_ext_rpr_cli_recv_pub_key_outbound_report(void *)
![]()
![]()
bt_mesh_ext_rpr_cli_pdu_recv(void *, uint8_t, struct net_buf_simple *)
![]()
![]()
bt_mesh_ext_rpr_cli_get_rpr_link(uint8_t)
![]()
![]()
bt_mesh_ext_rpr_srv_reset_prov_link(void *, uint8_t)
![]()
![]()
bt_mesh_ext_rpr_srv_nppi_pdu_recv(uint8_t, const uint8_t *)
![]()
![]()
bt_mesh_ext_rpr_srv_set_waiting_prov_link(void *, bt_mesh_addr_t *)
![]()
![]()
bt_mesh_ext_frnd_get_lpn(void *)
![]()
![]()
bt_mesh_ext_frnd_get_num_elem(void *)
![]()
![]()
bt_mesh_ext_frnd_is_valid(void *)
![]()
![]()
bt_mesh_ext_frnd_is_established(void *)
![]()
![]()
bt_mesh_ext_frnd_get_net_idx(void *)
![]()
![]()
bt_mesh_ext_frnd_get_sub_list_count(void *)
![]()
![]()
bt_mesh_ext_frnd_get_sub_list_size(void *)
![]()
![]()
bt_mesh_ext_frnd_get_sub_addr(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_get_frnd_count()
![]()
![]()
bt_mesh_ext_net_get_frnd(uint8_t)
![]()
![]()
bt_mesh_ext_friend_match(uint16_t, uint16_t)
![]()
![]()
bt_mesh_ext_friend_unicast_match(uint16_t, uint16_t, uint8_t *)
![]()
![]()
bt_mesh_ext_friend_find(uint16_t, uint16_t, bool, bool)
![]()
![]()
bt_mesh_ext_friend_clear_net_idx(uint16_t)
![]()
![]()
bt_mesh_ext_lpn_match(uint16_t)
![]()
![]()
bt_mesh_ext_lpn_frnd()
![]()
![]()
bt_mesh_ext_rpl_get_src(void *)
![]()
![]()
bt_mesh_ext_rpl_get_old_iv(void *)
![]()
![]()
bt_mesh_ext_rpl_get_seq(void *)
![]()
![]()
bt_mesh_ext_update_rpl(void *, void *)
![]()
![]()
bt_mesh_ext_adv_data_get_type(const void *)
![]()
![]()
bt_mesh_ext_adv_data_get_data(const void *)
![]()
![]()
bt_mesh_ext_adv_update()
![]()
![]()
bt_mesh_ext_adv_create(enum bt_mesh_adv_type, int32_t)
![]()
![]()
bt_mesh_ext_adv_send(void *, uint8_t, const struct bt_mesh_send_cb *, void *)
![]()
![]()
bt_mesh_ext_set_random_addr(uint8_t *)
![]()
![]()
bt_mesh_ext_set_static_addr(uint8_t *)
![]()
![]()
bt_mesh_ext_get_device_name()
![]()
![]()
bt_mesh_ext_update_exceptional_list(uint8_t, uint32_t, void *)
![]()
![]()
bt_mesh_ext_unprov_dev_info_query(uint8_t *, uint8_t *, uint8_t *, uint8_t)
![]()
![]()
bt_mesh_ext_gattc_conn_create(const void *, uint16_t)
![]()
![]()
bt_mesh_ext_gattc_disconnect(void *)
![]()
![]()
bt_mesh_ext_store_dkca()
![]()
![]()
bt_mesh_ext_clear_dkca()
![]()
![]()
bt_mesh_ext_clear_rpl_single(uint16_t)
![]()
![]()
bt_mesh_ext_store_net()
![]()
![]()
bt_mesh_ext_store_seq()
![]()
![]()
bt_mesh_ext_get_core_settings_item(const char *)
![]()
![]()
bt_mesh_ext_is_settings_item_exist(struct net_buf_simple *, const uint16_t)
![]()
![]()
bt_mesh_ext_add_core_settings_item(const char *, const uint16_t)
![]()
![]()
bt_mesh_ext_remove_core_settings_item(const char *, const uint16_t)
![]()
![]()
bt_mesh_ext_save_core_settings(const char *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_erase_core_settings(const char *)
![]()
![]()
bt_mesh_ext_sub_get_mpb_sent(void *)
![]()
![]()
bt_mesh_ext_sub_set_mpb_sent(void *, uint32_t)
![]()
![]()
bt_mesh_ext_sub_get_mpb_last(void *)
![]()
![]()
bt_mesh_ext_sub_set_mpb_last(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_mpb_cur(void *)
![]()
![]()
bt_mesh_ext_sub_set_mpb_cur(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_inc_mpb_cur(void *)
![]()
![]()
bt_mesh_ext_sub_get_mpb_flags_last(void *)
![]()
![]()
bt_mesh_ext_sub_set_mpb_flags_last(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_mpb_ivi_last(void *)
![]()
![]()
bt_mesh_ext_sub_set_mpb_ivi_last(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_mpb_random(void *)
![]()
![]()
bt_mesh_ext_sub_get_private_node_id(void *)
![]()
![]()
bt_mesh_ext_sub_get_net_idx(void *)
![]()
![]()
bt_mesh_ext_sub_get_sbr_net_idx(void *)
![]()
![]()
bt_mesh_ext_sub_set_sbr_net_idx(void *, uint16_t)
![]()
![]()
bt_mesh_ext_sub_get_kr_flag(void *)
![]()
![]()
bt_mesh_ext_sub_get_kr_phase(void *)
![]()
![]()
bt_mesh_ext_sub_get_keys_net(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_keys_nid(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_keys_enc(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_keys_privacy(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_keys_private_beacon(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_keys_direct_nid(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_keys_direct_enc(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_keys_direct_privacy(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_proxy_privacy(void *)
![]()
![]()
bt_mesh_ext_sub_set_proxy_privacy(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_directed_forwarding(void *)
![]()
![]()
bt_mesh_ext_sub_set_directed_forwarding(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_directed_relay(void *)
![]()
![]()
bt_mesh_ext_sub_set_directed_relay(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_directed_proxy(void *)
![]()
![]()
bt_mesh_ext_sub_set_directed_proxy(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_directed_proxy_use_default(void *)
![]()
![]()
bt_mesh_ext_sub_set_directed_proxy_use_default(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_directed_friend(void *)
![]()
![]()
bt_mesh_ext_sub_set_directed_friend(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_use_directed(void *)
![]()
![]()
bt_mesh_ext_sub_set_use_directed(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_proxy_client_uar(void *)
![]()
![]()
bt_mesh_ext_sub_get_proxy_client_uar_len_present(void *)
![]()
![]()
bt_mesh_ext_sub_set_proxy_client_uar_len_present(void *, bool)
![]()
![]()
bt_mesh_ext_sub_get_proxy_client_uar_range_start(void *)
![]()
![]()
bt_mesh_ext_sub_set_proxy_client_uar_range_start(void *, uint16_t)
![]()
![]()
bt_mesh_ext_sub_get_proxy_client_uar_range_length(void *)
![]()
![]()
bt_mesh_ext_sub_set_proxy_client_uar_range_length(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_path_metric_type(void *)
![]()
![]()
bt_mesh_ext_sub_set_path_metric_type(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_path_lifetime_type(void *)
![]()
![]()
bt_mesh_ext_sub_set_path_lifetime_type(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_two_way_path(void *)
![]()
![]()
bt_mesh_ext_sub_set_two_way_path(void *, bool)
![]()
![]()
bt_mesh_ext_sub_get_forward_number(void *)
![]()
![]()
bt_mesh_ext_sub_set_forward_number(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_disc_table_max_disc_entries(void *)
![]()
![]()
bt_mesh_ext_sub_set_disc_table_max_disc_entries(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_disc_table_max_concurr_init(void *)
![]()
![]()
bt_mesh_ext_sub_set_disc_table_max_concurr_init(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_disc_table_concurr_init(void *)
![]()
![]()
bt_mesh_ext_sub_set_disc_table_concurr_init(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_inc_disc_table_concurr_init(void *)
![]()
![]()
bt_mesh_ext_sub_dec_disc_table_concurr_init(void *)
![]()
![]()
bt_mesh_ext_sub_get_disc_table_mutex(void *)
![]()
![]()
bt_mesh_ext_sub_get_disc_table_entries(void *)
![]()
![]()
bt_mesh_ext_sub_get_fwd_table_max_ford_entries(void *)
![]()
![]()
bt_mesh_ext_sub_set_fwd_table_max_ford_entries(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_fwd_table_max_deps_nodes(void *)
![]()
![]()
bt_mesh_ext_sub_set_fwd_table_max_deps_nodes(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_fwd_table_update_id(void *)
![]()
![]()
bt_mesh_ext_sub_set_fwd_table_update_id(void *, uint16_t)
![]()
![]()
bt_mesh_ext_sub_inc_fwd_table_update_id(void *)
![]()
![]()
bt_mesh_ext_sub_get_fwd_table_mutex(void *)
![]()
![]()
bt_mesh_ext_sub_get_fwd_table_entries(void *)
![]()
![]()
bt_mesh_ext_sub_get_wanted_lanes(void *)
![]()
![]()
bt_mesh_ext_sub_set_wanted_lanes(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_unicast_echo_interval(void *)
![]()
![]()
bt_mesh_ext_sub_set_unicast_echo_interval(void *, uint8_t)
![]()
![]()
bt_mesh_ext_sub_get_multicast_echo_interval(void *)
![]()
![]()
bt_mesh_ext_sub_set_multicast_echo_interval(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_tx_get_sub(void *)
![]()
![]()
bt_mesh_ext_net_tx_set_sub(void *, void *)
![]()
![]()
bt_mesh_ext_net_tx_set_ctx(void *, void *)
![]()
![]()
bt_mesh_ext_net_tx_get_net_idx(void *)
![]()
![]()
bt_mesh_ext_net_tx_get_app_idx(void *)
![]()
![]()
bt_mesh_ext_net_tx_get_addr(void *)
![]()
![]()
bt_mesh_ext_net_tx_get_send_ttl(void *)
![]()
![]()
bt_mesh_ext_net_tx_get_send_cred(void *)
![]()
![]()
bt_mesh_ext_net_tx_set_send_cred(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_tx_get_send_tag(void *)
![]()
![]()
bt_mesh_ext_net_tx_set_send_tag(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_tx_get_src(void *)
![]()
![]()
bt_mesh_ext_net_tx_set_src(void *, uint16_t)
![]()
![]()
bt_mesh_ext_net_tx_set_xmit(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_sub(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_sub(void *, void *)
![]()
![]()
bt_mesh_ext_net_rx_get_net_idx(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_net_idx(void *, uint16_t)
![]()
![]()
bt_mesh_ext_net_rx_get_app_idx(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_app_idx(void *, uint16_t)
![]()
![]()
bt_mesh_ext_net_rx_get_addr(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_addr(void *, uint16_t)
![]()
![]()
bt_mesh_ext_net_rx_get_recv_dst(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_recv_dst(void *, uint16_t)
![]()
![]()
bt_mesh_ext_net_rx_get_recv_rssi(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_recv_rssi(void *, int8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_recv_op(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_recv_op(void *, uint32_t)
![]()
![]()
bt_mesh_ext_net_rx_get_recv_ttl(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_recv_ttl(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_recv_cred(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_recv_cred(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_recv_tag(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_recv_tag(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_send_ttl(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_send_ttl(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_send_cred(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_send_cred(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_send_tag(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_send_tag(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_seq(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_seq(void *, uint32_t)
![]()
![]()
bt_mesh_ext_net_rx_get_new_key(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_new_key(void *, bool)
![]()
![]()
bt_mesh_ext_net_rx_get_ctl(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_ctl(void *, bool)
![]()
![]()
bt_mesh_ext_net_rx_get_net_if(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_net_if(void *, uint8_t)
![]()
![]()
bt_mesh_ext_net_rx_get_old_iv(void *)
![]()
![]()
bt_mesh_ext_net_rx_get_sbr_rpl(void *)
![]()
![]()
bt_mesh_ext_net_rx_set_sbr_rpl(void *, bool)
![]()
![]()
bt_mesh_ext_msg_ctx_get_net_idx(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_net_idx(void *, uint16_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_app_idx(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_app_idx(void *, uint16_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_addr(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_addr(void *, uint16_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_recv_dst(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_recv_dst(void *, uint16_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_recv_rssi(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_recv_rssi(void *, int8_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_recv_op(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_recv_op(void *, uint32_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_recv_ttl(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_recv_ttl(void *, uint8_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_recv_cred(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_recv_cred(void *, uint8_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_recv_tag(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_recv_tag(void *, uint8_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_send_szmic(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_send_szmic(void *, uint8_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_send_ttl(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_send_ttl(void *, uint8_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_send_cred(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_send_cred(void *, uint8_t)
![]()
![]()
bt_mesh_ext_msg_ctx_get_send_tag(void *)
![]()
![]()
bt_mesh_ext_msg_ctx_set_send_tag(void *, uint8_t)
![]()
![]()
bt_mesh_ext_client_clear_list(void *)
![]()
![]()
bt_mesh_ext_client_free_node(void *)
![]()
![]()
bt_mesh_ext_client_common_get_opcode(void *)
![]()
![]()
bt_mesh_ext_client_common_get_model(void *)
![]()
![]()
bt_mesh_ext_client_common_set_opcode(void *, uint32_t)
![]()
![]()
bt_mesh_ext_client_common_set_model(void *, void *)
![]()
![]()
bt_mesh_ext_client_common_get_ctx(void *)
![]()
![]()
bt_mesh_ext_client_common_get_net_idx(void *)
![]()
![]()
bt_mesh_ext_client_common_set_net_idx(void *, uint16_t)
![]()
![]()
bt_mesh_ext_client_common_get_app_idx(void *)
![]()
![]()
bt_mesh_ext_client_common_set_app_idx(void *, uint16_t)
![]()
![]()
bt_mesh_ext_client_common_get_addr(void *)
![]()
![]()
bt_mesh_ext_client_common_set_addr(void *, uint16_t)
![]()
![]()
bt_mesh_ext_client_common_get_send_ttl(void *)
![]()
![]()
bt_mesh_ext_client_common_set_send_ttl(void *, uint8_t)
![]()
![]()
bt_mesh_ext_client_common_set_cb(void *, void *)
![]()
![]()
bt_mesh_ext_client_common_set_cb_data(void *, void *)
![]()
![]()
bt_mesh_ext_client_node_get_with_work(void *)
![]()
![]()
bt_mesh_ext_client_node_get_opcode(void *)
![]()
![]()
bt_mesh_ext_client_node_get_model(void *)
![]()
![]()
bt_mesh_ext_client_node_get_timer(void *)
![]()
![]()
bt_mesh_ext_client_node_get_ctx(void *)
![]()
![]()
bt_mesh_ext_is_client_recv_publish_msg(void *, void *, struct net_buf_simple *, bool)
![]()
![]()
bt_mesh_ext_client_send_msg(void *, struct net_buf_simple *, bool, void (*)(void *))
![]()
![]()
bt_mesh_ext_brc_srv_get_bridge_table_entry(void *, uint8_t)
![]()
![]()
bt_mesh_ext_brc_srv_get_bridge_rpl(uint8_t)
![]()
![]()
bt_mesh_ext_agg_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_agg_server_cb_evt_to_btc(uint8_t, void *, void *, const void *, size_t)
![]()
![]()
bt_mesh_ext_brc_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_brc_server_cb_evt_to_btc(uint8_t, void *, void *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_df_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_df_server_cb_evt_to_btc(uint8_t, void *, void *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_lcd_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const void *, size_t)
![]()
![]()
bt_mesh_ext_odp_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_prb_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const uint8_t *, uint16_t)
![]()
![]()
btc_ble_mesh_ext_rpr_client_link_close_cb(void *, uint16_t, uint8_t)
![]()
![]()
btc_ble_mesh_ext_rpr_client_prov_comp_cb(void *, uint16_t, uint8_t, uint16_t, uint8_t *, uint16_t, uint8_t, uint16_t)
![]()
![]()
bt_mesh_ext_rpr_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const void *, size_t)
![]()
![]()
bt_mesh_ext_rpr_server_cb_evt_to_btc(uint8_t, const void *, size_t)
![]()
![]()
bt_mesh_ext_sar_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_srpl_client_cb_evt_to_btc(uint32_t, uint8_t, void *, void *, const uint8_t *, size_t)
![]()
![]()
bt_mesh_ext_mbt_client_cb_evt_to_btc(uint8_t, uint8_t, void *)
![]()
![]()
bt_mesh_ext_mbt_server_cb_evt_to_btc(uint8_t, void *, void *)
![]()
![]()
bt_mesh_ext_config_t
![]()
![]()
config_ble_mesh_stack_trace_level
![]()
![]()
config_ble_mesh_use_duplicate_scan
![]()
![]()
config_ble_mesh_pb_adv
![]()
![]()
config_ble_mesh_pb_gatt
![]()
![]()
config_ble_mesh_prov_epa
![]()
![]()
config_ble_mesh_cert_based_prov
![]()
![]()
config_ble_mesh_gatt_proxy_client
![]()
![]()
config_ble_mesh_gatt_proxy_server
![]()
![]()
config_ble_mesh_proxy_solic_pdu_rx
![]()
![]()
config_ble_mesh_proxy_solic_pdu_tx
![]()
![]()
config_ble_mesh_proxy_solic
![]()
![]()
config_ble_mesh_support_directed_proxy
![]()
![]()
config_ble_mesh_relay
![]()
![]()
config_ble_mesh_settings
![]()
![]()
config_ble_mesh_friend
![]()
![]()
config_ble_mesh_low_power
![]()
![]()
config_ble_mesh_agg_cli
![]()
![]()
config_ble_mesh_agg_srv
![]()
![]()
config_ble_mesh_brc_cli
![]()
![]()
config_ble_mesh_brc_srv
![]()
![]()
config_ble_mesh_df_cli
![]()
![]()
config_ble_mesh_df_srv
![]()
![]()
config_ble_mesh_path_monitor_test
![]()
![]()
config_ble_mesh_lcd_cli
![]()
![]()
config_ble_mesh_lcd_srv
![]()
![]()
config_ble_mesh_comp_data_1
![]()
![]()
config_ble_mesh_comp_data_128
![]()
![]()
config_ble_mesh_models_metadata_0
![]()
![]()
config_ble_mesh_models_metadata_128
![]()
![]()
config_ble_mesh_mbt_cli
![]()
![]()
config_ble_mesh_mbt_srv
![]()
![]()
config_ble_mesh_odp_cli
![]()
![]()
config_ble_mesh_odp_srv
![]()
![]()
config_ble_mesh_prb_cli
![]()
![]()
config_ble_mesh_prb_srv
![]()
![]()
config_ble_mesh_private_beacon
![]()
![]()
config_ble_mesh_rpr_cli
![]()
![]()
config_ble_mesh_rpr_srv
![]()
![]()
config_ble_mesh_rpr_srv_active_scan
![]()
![]()
config_ble_mesh_sar_cli
![]()
![]()
config_ble_mesh_sar_srv
![]()
![]()
config_ble_mesh_srpl_cli
![]()
![]()
config_ble_mesh_srpl_srv
![]()
![]()
config_ble_mesh_record_frag_max_size
![]()
![]()
config_ble_mesh_crpl
![]()
![]()
config_ble_mesh_proxy_solic_rx_crpl
![]()
![]()
config_ble_mesh_proxy_solic_tx_src_count
![]()
![]()
config_ble_mesh_max_bridging_table_entry_count
![]()
![]()
config_ble_mesh_bridge_crpl
![]()
![]()
config_ble_mesh_max_disc_table_entry_count
![]()
![]()
config_ble_mesh_max_forward_table_entry_count
![]()
![]()
config_ble_mesh_max_deps_nodes_per_path
![]()
![]()
config_ble_mesh_rpr_cli_prov_same_time
![]()
![]()
config_ble_mesh_rpr_srv_max_scanned_items
![]()
![]()
config_ble_mesh_rpr_srv_max_ext_scan
![]()
![]()
config_ble_mesh_max_blob_receivers
![]()
![]()
struct_net_tx_size
![]()
![]()
struct_net_rx_size
![]()
![]()
struct_client_common_size
![]()
![]()
struct_client_internal_data_size
![]()
![]()
struct_msg_ctx_size
![]()
![]()
struct_mutex_size
![]()
![]()
struct_timer_size
![]()
![]()
struct_snode_size
![]()
![]()
struct_slist_size
![]()
![]()
struct_slist_off_tail
![]()
![]()
struct_net_buf_simple_size
![]()
![]()
struct_net_buf_simple_off_len
![]()
![]()
struct_net_buf_simple_off_size
![]()
![]()
struct_net_buf_simple_off_buf
![]()
![]()
struct_net_buf_simple_state_size
![]()
![]()
struct_net_buf_simple_state_off_len
![]()
![]()
struct_client_op_pair_size
![]()
![]()
struct_client_op_pair_off_status_op
![]()
![]()
struct_model_op_size
![]()
![]()
struct_model_op_off_min_len
![]()
![]()
struct_model_op_off_func
![]()
![]()
struct_model_cb_size
![]()
![]()
struct_model_cb_off_deinit
![]()
![]()
struct_send_cb_size
![]()
![]()
struct_send_cb_off_end
![]()
![]()
struct_addr_size
![]()
![]()
struct_addr_off_val
![]()
![]()
struct_sg_size
![]()
![]()
struct_sg_off_len
![]()
![]()
struct_tc_sha256_state
![]()
![]()
struct_tc_sha256_off_bits_hashed
![]()
![]()
struct_tc_sha256_off_leftover
![]()
![]()
struct_tc_sha256_off_leftover_offset
![]()
![]()
struct_tc_hmac_state_size
![]()
![]()
struct_tc_hmac_state_off_key
![]()
![]()
btc_ble_mesh_evt_agg_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_agg_client_recv_rsp
![]()
![]()
btc_ble_mesh_evt_agg_client_recv_pub
![]()
![]()
btc_ble_mesh_evt_agg_server_recv_msg
![]()
![]()
btc_ble_mesh_evt_brc_client_recv_rsp
![]()
![]()
btc_ble_mesh_evt_brc_client_recv_pub
![]()
![]()
btc_ble_mesh_evt_brc_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_brc_server_state_change
![]()
![]()
btc_ble_mesh_evt_df_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_df_client_recv_get_rsp
![]()
![]()
btc_ble_mesh_evt_df_client_recv_set_rsp
![]()
![]()
btc_ble_mesh_evt_df_client_recv_pub
![]()
![]()
btc_ble_mesh_evt_df_server_state_change
![]()
![]()
btc_ble_mesh_evt_df_server_table_change
![]()
![]()
btc_ble_mesh_evt_lcd_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_lcd_client_recv_rsp
![]()
![]()
btc_ble_mesh_evt_lcd_client_recv_pub
![]()
![]()
btc_ble_mesh_evt_mbt_client_retrieve_capabilities_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_transfer_blob_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_send_block_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_send_data_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_determine_block_status_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_determine_transfer_status_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_cancel_transfer_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_set_transfer_ttl_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_clear_transfer_ttl_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_set_app_idx_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_clear_app_idx_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_set_multicast_addr_comp
![]()
![]()
btc_ble_mesh_evt_mbt_client_clear_multicast_addr_comp
![]()
![]()
btc_ble_mesh_mbt_client_result_complete
![]()
![]()
btc_ble_mesh_mbt_client_result_fail
![]()
![]()
btc_ble_mesh_evt_mbt_server_initialize_blob_receive_comp
![]()
![]()
btc_ble_mesh_evt_mbt_server_cancel_blob_receive_comp
![]()
![]()
btc_ble_mesh_evt_mbt_server_set_blob_capabilities_comp
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_transfer_get
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_transfer_start
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_transfer_cancel
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_block_get
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_block_start
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_chunk_transfer
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_information_get
![]()
![]()
btc_ble_mesh_evt_mbt_server_block_receive_comp
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_receive_comp
![]()
![]()
btc_ble_mesh_evt_mbt_server_blob_receive_timeout
![]()
![]()
btc_ble_mesh_evt_odp_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_odp_client_recv_rsp
![]()
![]()
btc_ble_mesh_evt_odp_client_recv_pub
![]()
![]()
btc_ble_mesh_evt_prb_client_recv_rsp
![]()
![]()
btc_ble_mesh_evt_prb_client_recv_pub
![]()
![]()
btc_ble_mesh_evt_prb_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_rpr_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_rpr_client_recv_rsp
![]()
![]()
btc_ble_mesh_evt_rpr_client_recv_pub
![]()
![]()
btc_ble_mesh_evt_rpr_server_scan_start
![]()
![]()
btc_ble_mesh_evt_rpr_server_scan_stop
![]()
![]()
btc_ble_mesh_evt_rpr_server_ext_scan_start
![]()
![]()
btc_ble_mesh_evt_rpr_server_ext_scan_stop
![]()
![]()
btc_ble_mesh_evt_rpr_server_link_open
![]()
![]()
btc_ble_mesh_evt_rpr_server_link_close
![]()
![]()
btc_ble_mesh_evt_sar_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_sar_client_recv_rsp
![]()
![]()
btc_ble_mesh_evt_sar_client_recv_pub
![]()
![]()
btc_ble_mesh_evt_srpl_client_send_timeout
![]()
![]()
btc_ble_mesh_evt_srpl_client_recv_rsp
![]()
![]()
btc_ble_mesh_evt_srpl_client_recv_pub
![]()
![]()
bt_mesh_ext_cfg
![]()
![]()
bt_mesh_ext_funcs_t
![]()
![]()
_bt_mesh_ext_prov_node_next_xact_id
![]()
![]()
_bt_mesh_ext_prov_node_get_link
![]()
![]()
_bt_mesh_ext_prov_node_close_link
![]()
![]()
_bt_mesh_ext_prov_node_get_uuid
![]()
![]()
_bt_mesh_ext_prov_node_get_oob_info
![]()
![]()
_bt_mesh_ext_prov_node_get_uri
![]()
![]()
_bt_mesh_ext_prov_pvnr_next_xact_id
![]()
![]()
_bt_mesh_ext_prov_pvnr_get_link
![]()
![]()
_bt_mesh_ext_prov_pvnr_get_link_count
![]()
![]()
_bt_mesh_ext_prov_pvnr_send_invite
![]()
![]()
_bt_mesh_ext_prov_pvnr_close_link
![]()
![]()
_bt_mesh_ext_pvnr_get_node_with_addr
![]()
![]()
_bt_mesh_ext_pvnr_records_list_get_cb
![]()
![]()
_bt_mesh_ext_pvnr_records_recv_comp_cb
![]()
![]()
_bt_mesh_ext_prov_link_get_record_id_expect
![]()
![]()
_bt_mesh_ext_prov_link_set_record_id_expect
![]()
![]()
_bt_mesh_ext_prov_link_get_offset_expect
![]()
![]()
_bt_mesh_ext_prov_link_set_offset_expect
![]()
![]()
_bt_mesh_ext_prov_link_get_max_size
![]()
![]()
_bt_mesh_ext_prov_link_set_max_size
![]()
![]()
_bt_mesh_ext_prov_link_get_record
![]()
![]()
_bt_mesh_ext_prov_link_alloc_record
![]()
![]()
_bt_mesh_ext_pvnr_get_node_uuid
![]()
![]()
_bt_mesh_ext_prov_link_get_uuid
![]()
![]()
_bt_mesh_ext_prov_link_get_elem_num
![]()
![]()
_bt_mesh_ext_prov_link_get_unicast_addr
![]()
![]()
_bt_mesh_ext_prov_link_get_conn
![]()
![]()
_bt_mesh_ext_prov_link_pb_gatt_exist
![]()
![]()
_bt_mesh_ext_prov_link_pb_gatt_send
![]()
![]()
_bt_mesh_ext_get_device_name
![]()
![]()
_bt_mesh_ext_proxy_server_get_all_client_type
![]()
![]()
_bt_mesh_ext_proxy_server_segment_send
![]()
![]()
_bt_mesh_ext_proxy_server_find_client_by_addr
![]()
![]()
_bt_mesh_ext_proxy_server_update_net_id_rand_stop
![]()
![]()
_bt_mesh_ext_proxy_server_get_client
![]()
![]()
_bt_mesh_ext_proxy_server_get_client_count
![]()
![]()
_bt_mesh_ext_proxy_server_update_net_id_rand
![]()
![]()
_bt_mesh_ext_proxy_server_is_node_id_enable
![]()
![]()
_bt_mesh_ext_proxy_server_private_identity_start
![]()
![]()
_bt_mesh_ext_proxy_server_private_identity_stop
![]()
![]()
_bt_mesh_ext_proxy_server_get_filter_type
![]()
![]()
_bt_mesh_ext_proxy_server_get_filter_count
![]()
![]()
_bt_mesh_ext_proxy_server_get_filter_size
![]()
![]()
_bt_mesh_ext_proxy_server_get_filter_addr
![]()
![]()
_bt_mesh_ext_proxy_server_filter_is_client
![]()
![]()
_bt_mesh_ext_proxy_server_get_client_type
![]()
![]()
_bt_mesh_ext_proxy_server_is_proxy_msg_recv
![]()
![]()
_bt_mesh_ext_proxy_server_get_conn
![]()
![]()
_bt_mesh_ext_proxy_server_set_client_type
![]()
![]()
_bt_mesh_ext_proxy_server_set_msg_recv
![]()
![]()
_bt_mesh_ext_proxy_client_beacon_send
![]()
![]()
_bt_mesh_ext_proxy_client_get_opcode
![]()
![]()
_bt_mesh_ext_proxy_client_get_use_directed
![]()
![]()
_bt_mesh_ext_proxy_client_get_client_uar
![]()
![]()
_bt_mesh_ext_frnd_get_lpn
![]()
![]()
_bt_mesh_ext_frnd_get_num_elem
![]()
![]()
_bt_mesh_ext_frnd_is_valid
![]()
![]()
_bt_mesh_ext_frnd_is_established
![]()
![]()
_bt_mesh_ext_frnd_get_net_idx
![]()
![]()
_bt_mesh_ext_frnd_get_sub_list_count
![]()
![]()
_bt_mesh_ext_frnd_get_sub_list_size
![]()
![]()
_bt_mesh_ext_frnd_get_sub_addr
![]()
![]()
_bt_mesh_ext_net_get_frnd_count
![]()
![]()
_bt_mesh_ext_net_get_frnd
![]()
![]()
_bt_mesh_ext_friend_match
![]()
![]()
_bt_mesh_ext_friend_unicast_match
![]()
![]()
_bt_mesh_ext_friend_find
![]()
![]()
_bt_mesh_ext_friend_clear_net_idx
![]()
![]()
_bt_mesh_ext_lpn_match
![]()
![]()
_bt_mesh_ext_lpn_frnd
![]()
![]()
_bt_mesh_ext_update_exceptional_list
![]()
![]()
_bt_mesh_ext_unprov_dev_info_query
![]()
![]()
_bt_mesh_ext_gattc_conn_create
![]()
![]()
_bt_mesh_ext_gattc_disconnect
![]()
![]()
_bt_mesh_ext_store_dkca
![]()
![]()
_bt_mesh_ext_clear_dkca
![]()
![]()
_bt_mesh_ext_clear_rpl_single
![]()
![]()
_bt_mesh_ext_store_net
![]()
![]()
_bt_mesh_ext_store_seq
![]()
![]()
_bt_mesh_ext_get_core_settings_item
![]()
![]()
_bt_mesh_ext_is_settings_item_exist
![]()
![]()
_bt_mesh_ext_add_core_settings_item
![]()
![]()
_bt_mesh_ext_remove_core_settings_item
![]()
![]()
_bt_mesh_ext_save_core_settings
![]()
![]()
_bt_mesh_ext_erase_core_settings
![]()
![]()
_bt_mesh_ext_model_get_pub_directed_pub_policy
![]()
![]()
_bt_mesh_ext_model_set_pub_directed_pub_policy
![]()
![]()
_bt_mesh_ext_sub_get_keys_direct_nid
![]()
![]()
_bt_mesh_ext_sub_get_keys_direct_enc
![]()
![]()
_bt_mesh_ext_sub_get_keys_direct_privacy
![]()
![]()
_bt_mesh_ext_sub_get_directed_forwarding
![]()
![]()
_bt_mesh_ext_sub_set_directed_forwarding
![]()
![]()
_bt_mesh_ext_sub_get_directed_relay
![]()
![]()
_bt_mesh_ext_sub_set_directed_relay
![]()
![]()
_bt_mesh_ext_sub_get_directed_proxy
![]()
![]()
_bt_mesh_ext_sub_set_directed_proxy
![]()
![]()
_bt_mesh_ext_sub_get_directed_proxy_use_default
![]()
![]()
_bt_mesh_ext_sub_set_directed_proxy_use_default
![]()
![]()
_bt_mesh_ext_sub_get_directed_friend
![]()
![]()
_bt_mesh_ext_sub_set_directed_friend
![]()
![]()
_bt_mesh_ext_sub_get_use_directed
![]()
![]()
_bt_mesh_ext_sub_set_use_directed
![]()
![]()
_bt_mesh_ext_sub_get_proxy_client_uar
![]()
![]()
_bt_mesh_ext_sub_get_proxy_client_uar_len_present
![]()
![]()
_bt_mesh_ext_sub_set_proxy_client_uar_len_present
![]()
![]()
_bt_mesh_ext_sub_get_proxy_client_uar_range_start
![]()
![]()
_bt_mesh_ext_sub_set_proxy_client_uar_range_start
![]()
![]()
_bt_mesh_ext_sub_get_proxy_client_uar_range_length
![]()
![]()
_bt_mesh_ext_sub_set_proxy_client_uar_range_length
![]()
![]()
_bt_mesh_ext_sub_get_path_metric_type
![]()
![]()
_bt_mesh_ext_sub_set_path_metric_type
![]()
![]()
_bt_mesh_ext_sub_get_path_lifetime_type
![]()
![]()
_bt_mesh_ext_sub_set_path_lifetime_type
![]()
![]()
_bt_mesh_ext_sub_get_two_way_path
![]()
![]()
_bt_mesh_ext_sub_set_two_way_path
![]()
![]()
_bt_mesh_ext_sub_get_forward_number
![]()
![]()
_bt_mesh_ext_sub_set_forward_number
![]()
![]()
_bt_mesh_ext_sub_get_disc_table_max_disc_entries
![]()
![]()
_bt_mesh_ext_sub_set_disc_table_max_disc_entries
![]()
![]()
_bt_mesh_ext_sub_get_disc_table_max_concurr_init
![]()
![]()
_bt_mesh_ext_sub_set_disc_table_max_concurr_init
![]()
![]()
_bt_mesh_ext_sub_get_disc_table_concurr_init
![]()
![]()
_bt_mesh_ext_sub_set_disc_table_concurr_init
![]()
![]()
_bt_mesh_ext_sub_inc_disc_table_concurr_init
![]()
![]()
_bt_mesh_ext_sub_dec_disc_table_concurr_init
![]()
![]()
_bt_mesh_ext_sub_get_disc_table_mutex
![]()
![]()
_bt_mesh_ext_sub_get_disc_table_entries
![]()
![]()
_bt_mesh_ext_sub_get_fwd_table_max_ford_entries
![]()
![]()
_bt_mesh_ext_sub_set_fwd_table_max_ford_entries
![]()
![]()
_bt_mesh_ext_sub_get_fwd_table_max_deps_nodes
![]()
![]()
_bt_mesh_ext_sub_set_fwd_table_max_deps_nodes
![]()
![]()
_bt_mesh_ext_sub_get_fwd_table_update_id
![]()
![]()
_bt_mesh_ext_sub_set_fwd_table_update_id
![]()
![]()
_bt_mesh_ext_sub_inc_fwd_table_update_id
![]()
![]()
_bt_mesh_ext_sub_get_fwd_table_mutex
![]()
![]()
_bt_mesh_ext_sub_get_fwd_table_entries
![]()
![]()
_bt_mesh_ext_sub_get_wanted_lanes
![]()
![]()
_bt_mesh_ext_sub_set_wanted_lanes
![]()
![]()
_bt_mesh_ext_sub_get_unicast_echo_interval
![]()
![]()
_bt_mesh_ext_sub_set_unicast_echo_interval
![]()
![]()
_bt_mesh_ext_sub_get_multicast_echo_interval
![]()
![]()
_bt_mesh_ext_sub_set_multicast_echo_interval
![]()
![]()
_bt_mesh_ext_rpr_cli_pdu_send
![]()
![]()
_bt_mesh_ext_rpr_cli_recv_pub_key_outbound_report
![]()
![]()
_bt_mesh_ext_rpr_cli_pdu_recv
![]()
![]()
_bt_mesh_ext_rpr_cli_get_rpr_link
![]()
![]()
_bt_mesh_ext_rpr_srv_reset_prov_link
![]()
![]()
_bt_mesh_ext_rpr_srv_nppi_pdu_recv
![]()
![]()
_bt_mesh_ext_rpr_srv_set_waiting_prov_link
![]()
![]()
_bt_mesh_ext_net_get_sub_mpb_rand
![]()
![]()
_bt_mesh_ext_sub_get_mpb_sent
![]()
![]()
_bt_mesh_ext_sub_set_mpb_sent
![]()
![]()
_bt_mesh_ext_sub_get_mpb_last
![]()
![]()
_bt_mesh_ext_sub_set_mpb_last
![]()
![]()
_bt_mesh_ext_sub_get_mpb_cur
![]()
![]()
_bt_mesh_ext_sub_set_mpb_cur
![]()
![]()
_bt_mesh_ext_sub_inc_mpb_cur
![]()
![]()
_bt_mesh_ext_sub_get_mpb_flags_last
![]()
![]()
_bt_mesh_ext_sub_set_mpb_flags_last
![]()
![]()
_bt_mesh_ext_sub_get_mpb_ivi_last
![]()
![]()
_bt_mesh_ext_sub_set_mpb_ivi_last
![]()
![]()
_bt_mesh_ext_sub_get_mpb_random
![]()
![]()
_bt_mesh_ext_sub_get_private_node_id
![]()
![]()
_bt_mesh_ext_sub_get_keys_private_beacon
![]()
![]()
_bt_mesh_ext_sub_get_sbr_net_idx
![]()
![]()
_bt_mesh_ext_sub_set_sbr_net_idx
![]()
![]()
_bt_mesh_ext_brc_srv_get_bridge_table_entry
![]()
![]()
_bt_mesh_ext_brc_srv_get_bridge_rpl
![]()
![]()
_bt_mesh_ext_agg_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_agg_server_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_brc_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_brc_server_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_df_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_df_server_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_lcd_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_odp_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_prb_client_cb_evt_to_btc
![]()
![]()
_btc_ble_mesh_ext_rpr_client_link_close_cb
![]()
![]()
_btc_ble_mesh_ext_rpr_client_prov_comp_cb
![]()
![]()
_bt_mesh_ext_rpr_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_rpr_server_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_sar_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_srpl_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_mbt_client_cb_evt_to_btc
![]()
![]()
_bt_mesh_ext_mbt_server_cb_evt_to_btc
![]()
![]()
bt_mesh_ext_func
![]()
![]()
bt_mesh_v11_ext_init()