ESP-IDF
prov_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
prov_ad
prov_ad variable
Syntax
Show:
Summary
Declaration
from
pb_gatt_srv.c:354
static
const
struct
bt_data
prov_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_PROV_VAL
)
)
,
BT_DATA
(
BT_DATA_SVC_DATA16
,
prov_svc_data
,
sizeof
(
prov_svc_data
)
)
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
struct
bt_data
prov_ad
[
]
=
{
pb_gatt_srv.c:354
return
bt_mesh_adv_start
(
&
slow_adv_param
,
K_FOREVER
,
prov_ad
,
pb_gatt_srv.c:451
bt_mesh_pb_gatt_adv_start()
ARRAY_SIZE
(
prov_ad
)
,
prov_sd
,
prov_sd_len
)
;
pb_gatt_srv.c:452
bt_mesh_pb_gatt_adv_start()
prov_ad
,
ARRAY_SIZE
(
prov_ad
)
,
pb_gatt_srv.c:457
bt_mesh_pb_gatt_adv_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
prov_ad
is read by 1 function:
All items filtered out
prov_ad
bt_mesh_pb_gatt_adv_start()
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