ESP-IDF
prov_svc_data
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_svc_data
prov_svc_data variable
Syntax
Show:
Summary
Declaration
from
pb_gatt_srv.c:350
static
uint8_t
prov_svc_data
[
20
]
=
{
BT_UUID_16_ENCODE
(
BT_UUID_MESH_PROV_VAL
)
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
prov_svc_data
[
20
]
=
{
pb_gatt_srv.c:350
BT_DATA
(
BT_DATA_SVC_DATA16
,
prov_svc_data
,
sizeof
(
prov_svc_data
)
)
,
pb_gatt_srv.c:358
memcpy
(
prov_svc_data
+
2
,
prov
->
uuid
,
16
)
;
pb_gatt_srv.c:376
gatt_prov_adv_create()
sys_put_be16
(
prov
->
oob_info
,
prov_svc_data
+
18
)
;
pb_gatt_srv.c:377
gatt_prov_adv_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
prov_svc_data
is read by 1 function:
All items filtered out
prov_svc_data
gatt_prov_adv_create()
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