ESP-IDF
bt_mesh_proxy_identity_enable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_proxy_identity_enable()
bt_mesh_proxy_identity_enable() function
Enable advertising with Node Identity. This API requires that GATT Proxy support has been enabled. Once called each subnet will start advertising using Node Identity for the next 60 seconds.
Syntax
Show:
Summary
Declaration
Definition
from
proxy.h:35
int
bt_mesh_proxy_identity_enable
(
void
)
;
Implemented in
proxy_server.c:543
Return value
0 on success, or (negative) error code on failure.
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_proxy_identity_enable
(
void
)
proxy_server.c:543
int
bt_mesh_proxy_identity_enable
(
void
)
proxy_srv.c:377
int
bt_mesh_proxy_identity_enable
(
void
)
;
proxy.h:35
int
bt_mesh_proxy_identity_enable
(
void
)
;
proxy.h:33
param
.
node_proxy_identity_enable_comp
.
err_code
=
bt_mesh_proxy_identity_enable
(
)
;
btc_ble_mesh_prov.c:2388
btc_ble_mesh_prov_call_handler()
bt_mesh_proxy_identity_enable
(
)
;
prov_device.c:551
prov_data()
bt_mesh_proxy_identity_enable
(
)
;
prov_node.c:967
prov_data()
Call Tree
from
examples
bt_mesh_proxy_identity_enable()
is called by 2 functions and calls 4 functions:
btc_ble_mesh_prov_call_handler()
prov_data()
All items filtered out
bt_mesh_proxy_identity_enable()
bt_mesh_is_provisioned()
bt_mesh_proxy_server_identity_start()
bt_mesh_adv_update()
bt_mesh_subnet_foreach()
All items filtered out
Data Use
from
examples
bt_mesh_proxy_identity_enable()
reads 5 variables:
bt_mesh_net::sub
bt_mesh_subnet::net_idx
bt_mesh_subnet::node_id
bt_mesh
node_id_start()
All items filtered out
bt_mesh_proxy_identity_enable()
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