ESP-IDF
proxy_svc_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
proxy_svc_data
proxy_svc_data variable
Syntax
Show:
Summary
Declaration
from
proxy_srv.c:400
static
uint8_t
proxy_svc_data
[
NODE_ID_LEN
]
=
{
BT_UUID_16_ENCODE
(
BT_UUID_MESH_PROXY_VAL
)
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
proxy_svc_data
[
NODE_ID_LEN
]
=
{
proxy_srv.c:400
BT_DATA
(
BT_DATA_SVC_DATA16
,
proxy_svc_data
,
NODE_ID_LEN
)
,
proxy_srv.c:408
BT_DATA
(
BT_DATA_SVC_DATA16
,
proxy_svc_data
,
NET_ID_LEN
)
,
proxy_srv.c:415
proxy_svc_data
[
2
]
=
ID_TYPE_NODE
;
proxy_srv.c:440
node_id_adv()
err
=
bt_rand
(
proxy_svc_data
+
11
,
8
)
;
proxy_srv.c:442
node_id_adv()
memcpy
(
tmp
+
6
,
proxy_svc_data
+
11
,
8
)
;
proxy_srv.c:448
node_id_adv()
memcpy
(
proxy_svc_data
+
3
,
tmp
+
8
,
8
)
;
proxy_srv.c:457
node_id_adv()
proxy_svc_data
[
2
]
=
ID_TYPE_NET
;
proxy_srv.c:490
net_id_adv()
memcpy
(
proxy_svc_data
+
3
,
sub
->
keys
[
SUBNET_KEY_TX_IDX
(
sub
)
]
.
net_id
,
8
)
;
proxy_srv.c:495
net_id_adv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
proxy_svc_data
is read by 2 functions:
All items filtered out
proxy_svc_data
node_id_adv()
net_id_adv()
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