ESP-IDF
device_name
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
device_name
device_name variable
Syntax
Show:
Summary
Declaration
from
proxy_server.c:93
static
char
device_name
[
DEVICE_NAME_SIZE
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
static
char
device_name
[
DEVICE_NAME_SIZE
+
1
]
;
proxy_server.c:93
memset
(
device_name
,
0x0
,
sizeof
(
device_name
)
)
;
proxy_server.c:117
bt_mesh_set_device_name()
strncpy
(
device_name
,
name
,
DEVICE_NAME_SIZE
)
;
proxy_server.c:118
bt_mesh_set_device_name()
return
bt_mesh_gatts_set_local_device_name
(
device_name
)
;
proxy_server.c:120
bt_mesh_set_device_name()
return
device_name
;
proxy_server.c:125
bt_mesh_get_device_name()
const
char
*
name
=
device_name
;
proxy_server.c:1424
gatt_proxy_adv_create()
const
char
*
name
=
device_name
;
proxy_server.c:1758
gatt_prov_adv_create()
strncpy
(
device_name
,
"ESP-BLE-MESH"
,
DEVICE_NAME_SIZE
)
;
proxy_server.c:1948
bt_mesh_proxy_server_init()
return
bt_mesh_gatts_set_local_device_name
(
device_name
)
;
proxy_server.c:1949
bt_mesh_proxy_server_init()
memset
(
device_name
,
0
,
sizeof
(
device_name
)
)
;
proxy_server.c:1983
bt_mesh_proxy_server_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
device_name
is read by 6 functions:
All items filtered out
device_name
bt_mesh_set_device_name()
bt_mesh_get_device_name()
gatt_proxy_adv_create()
gatt_prov_adv_create()
bt_mesh_proxy_server_init()
bt_mesh_proxy_server_deinit()
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