ESP-IDF
bt_mesh_update_exceptional_list()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_update_exceptional_list()
bt_mesh_update_exceptional_list() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:829
int
bt_mesh_update_exceptional_list
(
uint8_t
sub_code
,
uint32_t
type
,
void
*
info
)
;
Implemented in
adapter.c:2027
Arguments
Argument
sub_code
type
info
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_update_exceptional_list
(
uint8_t
sub_code
,
uint32_t
type
,
void
*
info
)
adapter.c:2027
int
bt_mesh_update_exceptional_list
(
uint8_t
sub_code
,
uint32_t
type
,
void
*
info
)
;
adapter.h:829
return
bt_mesh_update_exceptional_list
(
sub_code
,
type
,
info
)
;
ext.c:2362
bt_mesh_ext_update_exceptional_list()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_ADD
,
main.c:691
bt_mesh_provisioner_enable()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_ADD
,
main.c:698
bt_mesh_provisioner_enable()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_REMOVE
,
main.c:758
bt_mesh_provisioner_disable()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_REMOVE
,
main.c:771
bt_mesh_provisioner_disable()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_ADD
,
net.c:2041
bt_mesh_net_start()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_REMOVE
,
prov_node.c:133
reset_adv_link()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_ADD
,
prov_node.c:1049
link_open()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_REMOVE
,
prov_node.c:1582
bt_mesh_prov_deinit()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_REMOVE
,
prov_node.c:1621
bt_mesh_rpr_srv_reset_prov_link()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_REMOVE
,
prov_pvnr.c:1046
reset_adv_link()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_ADD
,
prov_pvnr.c:1107
send_link_open()
bt_mesh_update_exceptional_list
(
BLE_MESH_EXCEP_LIST_SUB_CODE_REMOVE
,
prov_pvnr.c:2855
bt_mesh_provisioner_prov_reset()
Call Tree
from
examples
bt_mesh_update_exceptional_list()
is called by 10 functions and calls 4 functions:
bt_mesh_provisioner_enable()
bt_mesh_provisioner_disable()
bt_mesh_net_start()
reset_adv_link()
link_open()
bt_mesh_prov_deinit()
bt_mesh_rpr_srv_reset_prov_link()
send_link_open()
bt_mesh_provisioner_prov_reset()
bt_mesh_ext_update_exceptional_list()
All items filtered out
bt_mesh_update_exceptional_list()
esp_log_timestamp()
esp_log_write()
BTM_UpdateBleDuplicateExceptionalList()
sys_memcpy_swap()
All items filtered out
Data Use
from
examples
bt_mesh_update_exceptional_list()
reads 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
::BTM_SUCCESS
::BTM_CMD_STARTED
::BLE_MESH_EXCEP_LIST_SUB_CODE_CLEAN
::BLE_MESH_EXCEP_LIST_TYPE_MESH_LINK_ID
::BLE_MESH_EXCEP_LIST_TYPE_MAX
All items filtered out
bt_mesh_update_exceptional_list()
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