ESP-IDF
bt_mesh_ext_cfg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_ext_cfg
bt_mesh_ext_cfg variable
Syntax
Show:
Summary
Declaration
from
ext.c:4132
static
const
bt_mesh_ext_config_t
bt_mesh_ext_cfg
=
{
.
config_ble_mesh_stack_trace_level
=
BLE_MESH_LOG_LEVEL
,
.
config_ble_mesh_use_duplicate_scan
=
IS_ENABLED
(
CONFIG_BLE_MESH_USE_DUPLICATE_SCAN
)
,
.
config_ble_mesh_pb_adv
=
IS_ENABLED
(
CONFIG_BLE_MESH_PB_ADV
)
,
.
config_ble_mesh_pb_gatt
=
IS_ENABLED
(
CONFIG_BLE_MESH_PB_GATT
)
,
.
config_ble_mesh_prov_epa
=
IS_ENABLED
(
CONFIG_BLE_MESH_PROV_EPA
)
,
.
config_ble_mesh_cert_based_prov
=
IS_ENABLED
(
CONFIG_BLE_MESH_CERT_BASED_PROV
)
,
.
config_ble_mesh_gatt_proxy_client
=
IS_ENABLED
(
CONFIG_BLE_MESH_GATT_PROXY_CLIENT
)
,
.
config_ble_mesh_gatt_proxy_server
=
IS_ENABLED
(
CONFIG_BLE_MESH_GATT_PROXY_SERVER
)
,
.
config_ble_mesh_proxy_solic_pdu_rx
=
IS_ENABLED
(
CONFIG_BLE_MESH_PROXY_SOLIC_PDU_RX
)
,
.
config_ble_mesh_proxy_solic_pdu_tx
=
IS_ENABLED
(
CONFIG_BLE_MESH_PROXY_SOLIC_PDU_TX
)
,
.
config_ble_mesh_proxy_solic
=
(
IS_ENABLED
(
CONFIG_BLE_MESH_PROXY_SOLIC_PDU_RX
)
|
\
IS_ENABLED
(
CONFIG_BLE_MESH_PROXY_SOLIC_PDU_TX
)
)
,
.
config_ble_mesh_support_directed_proxy
=
IS_ENABLED
(
CONFIG_BLE_MESH_SUPPORT_DIRECTED_PROXY
)
,
.
config_ble_mesh_relay
=
IS_ENABLED
(
CONFIG_BLE_MESH_RELAY
)
,
.
config_ble_mesh_settings
=
IS_ENABLED
(
CONFIG_BLE_MESH_SETTINGS
)
,
.
config_ble_mesh_friend
=
IS_ENABLED
(
CONFIG_BLE_MESH_FRIEND
)
,
.
config_ble_mesh_low_power
=
IS_ENABLED
(
CONFIG_BLE_MESH_LOW_POWER
)
,
.
config_ble_mesh_agg_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_AGG_CLI
)
,
.
config_ble_mesh_agg_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_AGG_SRV
)
,
.
config_ble_mesh_brc_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_BRC_CLI
)
,
.
config_ble_mesh_brc_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_BRC_SRV
)
,
.
config_ble_mesh_df_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_DF_CLI
)
,
.
config_ble_mesh_df_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_DF_SRV
)
,
.
config_ble_mesh_path_monitor_test
=
IS_ENABLED
(
CONFIG_BLE_MESH_PATH_MONITOR_TEST
)
,
.
config_ble_mesh_lcd_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_LCD_CLI
)
,
.
config_ble_mesh_lcd_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_LCD_SRV
)
,
.
config_ble_mesh_comp_data_1
=
IS_ENABLED
(
CONFIG_BLE_MESH_COMP_DATA_1
)
,
.
config_ble_mesh_comp_data_128
=
IS_ENABLED
(
CONFIG_BLE_MESH_COMP_DATA_128
)
,
.
config_ble_mesh_models_metadata_0
=
IS_ENABLED
(
CONFIG_BLE_MESH_MODELS_METADATA_0
)
,
.
config_ble_mesh_models_metadata_128
=
IS_ENABLED
(
CONFIG_BLE_MESH_MODELS_METADATA_128
)
,
.
config_ble_mesh_mbt_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_MBT_CLI
)
,
.
config_ble_mesh_mbt_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_MBT_SRV
)
,
.
config_ble_mesh_odp_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_ODP_CLI
)
,
.
config_ble_mesh_odp_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_ODP_SRV
)
,
.
config_ble_mesh_prb_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_PRB_CLI
)
,
.
config_ble_mesh_prb_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_PRB_SRV
)
,
.
config_ble_mesh_private_beacon
=
(
IS_ENABLED
(
CONFIG_BLE_MESH_PRB_SRV
)
|
\
IS_ENABLED
(
CONFIG_BLE_MESH_PRB_SRV
)
)
,
.
config_ble_mesh_rpr_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_RPR_CLI
)
,
.
config_ble_mesh_rpr_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_RPR_SRV
)
,
.
config_ble_mesh_rpr_srv_active_scan
=
IS_ENABLED
(
CONFIG_BLE_MESH_RPR_SRV_ACTIVE_SCAN
)
,
.
config_ble_mesh_sar_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_SAR_CLI
)
,
.
config_ble_mesh_sar_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_SAR_SRV
)
,
.
config_ble_mesh_srpl_cli
=
IS_ENABLED
(
CONFIG_BLE_MESH_SRPL_CLI
)
,
.
config_ble_mesh_srpl_srv
=
IS_ENABLED
(
CONFIG_BLE_MESH_SRPL_SRV
)
,
#if
CONFIG_BLE_MESH_CERT_BASED_PROV
.
config_ble_mesh_record_frag_max_size
=
CONFIG_BLE_MESH_RECORD_FRAG_MAX_SIZE
,
#endif
.
config_ble_mesh_crpl
=
CONFIG_BLE_MESH_CRPL
,
#if
CONFIG_BLE_MESH_PROXY_SOLIC_PDU_RX
.
config_ble_mesh_proxy_solic_rx_crpl
=
CONFIG_BLE_MESH_PROXY_SOLIC_RX_CRPL
,
#endif
#if
CONFIG_BLE_MESH_PROXY_SOLIC_PDU_TX
.
config_ble_mesh_proxy_solic_tx_src_count
=
CONFIG_BLE_MESH_PROXY_SOLIC_TX_SRC_COUNT
,
#endif
#if
CONFIG_BLE_MESH_BRC_SRV
.
config_ble_mesh_max_bridging_table_entry_count
=
CONFIG_BLE_MESH_MAX_BRIDGING_TABLE_ENTRY_COUNT
,
.
config_ble_mesh_bridge_crpl
=
CONFIG_BLE_MESH_BRIDGE_CRPL
,
#endif
#if
CONFIG_BLE_MESH_DF_SRV
.
config_ble_mesh_max_disc_table_entry_count
=
CONFIG_BLE_MESH_MAX_DISC_TABLE_ENTRY_COUNT
,
.
config_ble_mesh_max_forward_table_entry_count
=
CONFIG_BLE_MESH_MAX_FORWARD_TABLE_ENTRY_COUNT
,
.
config_ble_mesh_max_deps_nodes_per_path
=
CONFIG_BLE_MESH_MAX_DEPS_NODES_PER_PATH
,
#endif
#if
CONFIG_BLE_MESH_RPR_CLI
.
config_ble_mesh_rpr_cli_prov_same_time
=
CONFIG_BLE_MESH_RPR_CLI_PROV_SAME_TIME
,
#endif
#if
CONFIG_BLE_MESH_RPR_SRV
.
config_ble_mesh_rpr_srv_max_scanned_items
=
CONFIG_BLE_MESH_RPR_SRV_MAX_SCANNED_ITEMS
,
.
config_ble_mesh_rpr_srv_max_ext_scan
=
CONFIG_BLE_MESH_RPR_SRV_MAX_EXT_SCAN
,
#endif
#if
CONFIG_BLE_MESH_MBT_CLI
.
config_ble_mesh_max_blob_receivers
=
CONFIG_BLE_MESH_MAX_BLOB_RECEIVERS
,
#endif
.
struct_net_tx_size
=
sizeof
(
struct
bt_mesh_net_tx
)
,
.
struct_net_rx_size
=
sizeof
(
struct
bt_mesh_net_rx
)
,
.
struct_client_common_size
=
sizeof
(
bt_mesh_client_common_param_t
)
,
.
struct_client_internal_data_size
=
sizeof
(
bt_mesh_client_internal_data_t
)
,
.
struct_msg_ctx_size
=
sizeof
(
struct
bt_mesh_msg_ctx
)
,
.
struct_mutex_size
=
sizeof
(
bt_mesh_mutex_t
)
,
.
struct_timer_size
=
sizeof
(
struct
k_delayed_work
)
,
.
struct_snode_size
=
sizeof
(
struct
_snode
)
,
.
struct_slist_size
=
sizeof
(
struct
_slist
)
,
.
struct_slist_off_tail
=
offsetof
(
struct
_slist
,
tail
)
,
.
struct_net_buf_simple_size
=
sizeof
(
struct
net_buf_simple
)
,
.
struct_net_buf_simple_off_len
=
offsetof
(
struct
net_buf_simple
,
len
)
,
.
struct_net_buf_simple_off_size
=
offsetof
(
struct
net_buf_simple
,
size
)
,
.
struct_net_buf_simple_off_buf
=
offsetof
(
struct
net_buf_simple
,
__buf
)
,
.
struct_net_buf_simple_state_size
=
sizeof
(
struct
net_buf_simple_state
)
,
.
struct_net_buf_simple_state_off_len
=
offsetof
(
struct
net_buf_simple_state
,
len
)
,
.
struct_client_op_pair_size
=
sizeof
(
bt_mesh_client_op_pair_t
)
,
.
struct_client_op_pair_off_status_op
=
offsetof
(
bt_mesh_client_op_pair_t
,
status_op
)
,
.
struct_model_op_size
=
sizeof
(
struct
bt_mesh_model_op
)
,
.
struct_model_op_off_min_len
=
offsetof
(
struct
bt_mesh_model_op
,
min_len
)
,
.
struct_model_op_off_func
=
offsetof
(
struct
bt_mesh_model_op
,
func
)
,
.
struct_model_cb_size
=
sizeof
(
struct
bt_mesh_model_cb
)
,
#if
CONFIG_BLE_MESH_DEINIT
.
struct_model_cb_off_deinit
=
offsetof
(
struct
bt_mesh_model_cb
,
deinit
)
,
#endif
.
struct_send_cb_size
=
sizeof
(
struct
bt_mesh_send_cb
)
,
.
struct_send_cb_off_end
=
offsetof
(
struct
bt_mesh_send_cb
,
end
)
,
.
struct_addr_size
=
sizeof
(
bt_mesh_addr_t
)
,
.
struct_addr_off_val
=
offsetof
(
bt_mesh_addr_t
,
val
)
,
.
struct_sg_size
=
sizeof
(
struct
bt_mesh_sg
)
,
.
struct_sg_off_len
=
offsetof
(
struct
bt_mesh_sg
,
len
)
,
.
struct_tc_sha256_state
=
sizeof
(
struct
tc_sha256_state_struct
)
,
.
struct_tc_sha256_off_bits_hashed
=
offsetof
(
struct
tc_sha256_state_struct
,
bits_hashed
)
,
.
struct_tc_sha256_off_leftover
=
offsetof
(
struct
tc_sha256_state_struct
,
leftover
)
,
.
struct_tc_sha256_off_leftover_offset
=
offsetof
(
struct
tc_sha256_state_struct
,
leftover_offset
)
,
.
struct_tc_hmac_state_size
=
sizeof
(
struct
tc_hmac_state_struct
)
,
.
struct_tc_hmac_state_off_key
=
offsetof
(
struct
tc_hmac_state_struct
,
key
)
,
.
btc_ble_mesh_evt_agg_client_send_timeout
=
BTC_BLE_MESH_EVT_AGG_CLIENT_SEND_TIMEOUT
,
.
btc_ble_mesh_evt_agg_client_recv_rsp
=
BTC_BLE_MESH_EVT_AGG_CLIENT_RECV_RSP
,
.
btc_ble_mesh_evt_agg_client_recv_pub
=
BTC_BLE_MESH_EVT_AGG_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_agg_server_recv_msg
=
BTC_BLE_MESH_EVT_AGG_SERVER_RECV_MSG
,
.
btc_ble_mesh_evt_brc_client_recv_rsp
=
BTC_BLE_MESH_EVT_BRC_CLIENT_RECV_RSP
,
.
btc_ble_mesh_evt_brc_client_recv_pub
=
BTC_BLE_MESH_EVT_BRC_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_brc_client_send_timeout
=
BTC_BLE_MESH_EVT_BRC_CLIENT_SEND_TIMEOUT
,
.
btc_ble_mesh_evt_brc_server_state_change
=
BTC_BLE_MESH_EVT_BRC_SERVER_STATE_CHANGE
,
.
btc_ble_mesh_evt_df_client_send_timeout
=
BTC_BLE_MESH_EVT_DF_CLIENT_SEND_TIMEOUT
,
.
btc_ble_mesh_evt_df_client_recv_get_rsp
=
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_SET_RSP
,
.
btc_ble_mesh_evt_df_client_recv_pub
=
BTC_BLE_MESH_EVT_DF_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_df_server_state_change
=
BTC_BLE_MESH_EVT_DF_SERVER_STATE_CHANGE
,
.
btc_ble_mesh_evt_df_server_table_change
=
BTC_BLE_MESH_EVT_DF_SERVER_TABLE_CHANGE
,
.
btc_ble_mesh_evt_lcd_client_send_timeout
=
BTC_BLE_MESH_EVT_LCD_CLIENT_SEND_TIMEOUT
,
.
btc_ble_mesh_evt_lcd_client_recv_rsp
=
BTC_BLE_MESH_EVT_LCD_CLIENT_RECV_RSP
,
.
btc_ble_mesh_evt_lcd_client_recv_pub
=
BTC_BLE_MESH_EVT_LCD_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_mbt_client_retrieve_capabilities_comp
=
BTC_BLE_MESH_EVT_MBT_CLIENT_RETRIEVE_CAPABILITIES_COMP
,
.
btc_ble_mesh_evt_mbt_client_transfer_blob_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_BLOCK_COMP
,
.
btc_ble_mesh_evt_mbt_client_send_data_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_BLOCK_STATUS_COMP
,
.
btc_ble_mesh_evt_mbt_client_determine_transfer_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_CANCEL_TRANSFER_COMP
,
.
btc_ble_mesh_evt_mbt_client_set_transfer_ttl_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_CLEAR_TRANSFER_TTL_COMP
,
.
btc_ble_mesh_evt_mbt_client_set_app_idx_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_CLEAR_APP_IDX_COMP
,
.
btc_ble_mesh_evt_mbt_client_set_multicast_addr_comp
=
BTC_BLE_MESH_EVT_MBT_CLIENT_SET_MULTICAST_ADDR_COMP
,
.
btc_ble_mesh_evt_mbt_client_clear_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_COMPLETE
,
.
btc_ble_mesh_mbt_client_result_fail
=
BTC_BLE_MESH_MBT_CLIENT_RESULT_FAIL
,
.
btc_ble_mesh_evt_odp_client_send_timeout
=
BTC_BLE_MESH_EVT_ODP_CLIENT_SEND_TIMEOUT
,
.
btc_ble_mesh_evt_odp_client_recv_rsp
=
BTC_BLE_MESH_EVT_ODP_CLIENT_RECV_RSP
,
.
btc_ble_mesh_evt_odp_client_recv_pub
=
BTC_BLE_MESH_EVT_ODP_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_prb_client_recv_rsp
=
BTC_BLE_MESH_EVT_PRB_CLIENT_RECV_RSP
,
.
btc_ble_mesh_evt_prb_client_recv_pub
=
BTC_BLE_MESH_EVT_PRB_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_prb_client_send_timeout
=
BTC_BLE_MESH_EVT_PRB_CLIENT_SEND_TIMEOUT
,
.
btc_ble_mesh_evt_rpr_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_RSP
,
.
btc_ble_mesh_evt_rpr_client_recv_pub
=
BTC_BLE_MESH_EVT_RPR_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_sar_client_send_timeout
=
BTC_BLE_MESH_EVT_SAR_CLIENT_SEND_TIMEOUT
,
.
btc_ble_mesh_evt_sar_client_recv_rsp
=
BTC_BLE_MESH_EVT_SAR_CLIENT_RECV_RSP
,
.
btc_ble_mesh_evt_sar_client_recv_pub
=
BTC_BLE_MESH_EVT_SAR_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_srpl_client_send_timeout
=
BTC_BLE_MESH_EVT_SRPL_CLIENT_SEND_TIMEOUT
,
.
btc_ble_mesh_evt_srpl_client_recv_rsp
=
BTC_BLE_MESH_EVT_SRPL_CLIENT_RECV_RSP
,
.
btc_ble_mesh_evt_srpl_client_recv_pub
=
BTC_BLE_MESH_EVT_SRPL_CLIENT_RECV_PUB
,
.
btc_ble_mesh_evt_rpr_server_scan_start
=
BTC_BLE_MESH_EVT_RPR_SERVER_SCAN_START
,
.
btc_ble_mesh_evt_rpr_server_scan_stop
=
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_START
,
.
btc_ble_mesh_evt_rpr_server_ext_scan_stop
=
BTC_BLE_MESH_EVT_RPR_SERVER_EXT_SCAN_STOP
,
.
btc_ble_mesh_evt_rpr_server_link_open
=
BTC_BLE_MESH_EVT_RPR_SERVER_LINK_OPEN
,
.
btc_ble_mesh_evt_rpr_server_link_close
=
BTC_BLE_MESH_EVT_RPR_SERVER_LINK_CLOSE
,
.
btc_ble_mesh_evt_mbt_server_initialize_blob_receive_comp
=
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_CANCEL_BLOB_RECEIVE_COMP
,
.
btc_ble_mesh_evt_mbt_server_set_blob_capabilities_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_GET
,
.
btc_ble_mesh_evt_mbt_server_blob_transfer_start
=
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_TRANSFER_CANCEL
,
.
btc_ble_mesh_evt_mbt_server_blob_block_get
=
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_BLOCK_START
,
.
btc_ble_mesh_evt_mbt_server_blob_chunk_transfer
=
BTC_BLE_MESH_EVT_MBT_SERVER_BLOB_CHUNK_TRANSFER
,
.
btc_ble_mesh_evt_mbt_server_blob_information_get
=
BTC_BLE_MESH_EVT_MBT_SERVER_BLOB_INFORMATION_GET
,
.
btc_ble_mesh_evt_mbt_server_block_receive_comp
=
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_COMP
,
.
btc_ble_mesh_evt_mbt_server_blob_receive_timeout
=
BTC_BLE_MESH_EVT_MBT_SERVER_BLOB_RECEIVE_TIMEOUT
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
bt_mesh_ext_config_t
bt_mesh_ext_cfg
=
{
ext.c:4132
return
bt_mesh_v11_init
(
&
bt_mesh_ext_cfg
,
sizeof
(
bt_mesh_ext_cfg
)
,
ext.c:4922
bt_mesh_v11_ext_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_ext_cfg
is read by 1 function:
All items filtered out
bt_mesh_ext_cfg
bt_mesh_v11_ext_init()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out