ESP-IDF
net_id_ad
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
net_id_ad
net_id_ad variable
Syntax
Show:
Summary
Declaration
from
proxy_srv.c:411
static
const
struct
bt_data
net_id_ad
[
]
=
{
BT_DATA_BYTES
(
BT_DATA_FLAGS
,
(
BT_LE_AD_GENERAL
|
BT_LE_AD_NO_BREDR
)
)
,
BT_DATA_BYTES
(
BT_DATA_UUID16_ALL
,
BT_UUID_16_ENCODE
(
BT_UUID_MESH_PROXY_VAL
)
)
,
BT_DATA
(
BT_DATA_SVC_DATA16
,
proxy_svc_data
,
NET_ID_LEN
)
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
struct
bt_data
net_id_ad
[
]
=
{
proxy_srv.c:411
err
=
bt_mesh_adv_start
(
&
slow_adv_param
,
duration
,
net_id_ad
,
proxy_srv.c:497
net_id_adv()
ARRAY_SIZE
(
net_id_ad
)
,
sd
,
0
)
;
proxy_srv.c:498
net_id_adv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
net_id_ad
is read by 1 function:
All items filtered out
net_id_ad
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