ESP-IDF
prov_bearer::type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
prov_bearer::type
prov_bearer::type field
Provisioning bearer type.
Syntax
Show:
Summary
Declaration
from
prov_bearer.h:49
bt_mesh_prov_bearer_t
type
;
Examples
References
from
examples
Code
Location
Referrer
bt_mesh_prov_bearer_t
type
;
prov_bearer.h:49
bt_mesh_prov_link
.
bearer
->
type
==
BT_MESH_PROV_ADV
)
{
mesh.c:383
bt_mesh_start()
.
type
=
BT_MESH_PROV_ADV
,
pb_adv.c:912
.
type
=
BT_MESH_PROV_GATT
,
pb_gatt.c:169
bt_mesh_prov
->
link_open
(
bearer
->
type
)
;
prov.c:369
prov_link_opened()
bt_mesh_prov
->
link_close
(
bearer
->
type
)
;
prov.c:392
prov_link_closed()
bt_mesh_prov_link
.
bearer
->
type
==
BT_MESH_PROV_GATT
;
prov_device.c:461
is_pb_gatt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
prov_bearer::type
is read by 4 functions:
All items filtered out
prov_bearer::type
prov_link_opened()
prov_link_closed()
bt_mesh_start()
is_pb_gatt()
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