ESP-IDF
bt_mesh_prov_link::bearer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_prov_link::bearer
bt_mesh_prov_link::bearer field
Syntax
Show:
Summary
Declaration
from
prov.h:114
const
struct
prov_bearer
*
bearer
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
prov_bearer
*
bearer
;
prov.h:114
bt_mesh_prov_link
.
bearer
->
type
==
BT_MESH_PROV_ADV
)
{
mesh.c:383
bt_mesh_start()
bt_mesh_prov_link
.
bearer
=
bearer
;
prov.c:373
prov_link_opened()
return
bt_mesh_prov_link
.
bearer
->
send
(
buf
,
cb
,
NULL
)
;
prov.h:146
bt_mesh_prov_send()
bt_mesh_prov_link
.
bearer
->
clear_tx
(
)
;
prov_device.c:360
prov_pub_key()
return
bt_mesh_prov_link
.
bearer
&&
prov_device.c:460
is_pb_gatt()
bt_mesh_prov_link
.
bearer
->
type
==
BT_MESH_PROV_GATT
;
prov_device.c:461
is_pb_gatt()
bt_mesh_prov_link
.
bearer
->
link_close
(
status
)
;
provisioner.c:54
prov_link_close()
bt_mesh_prov_link
.
bearer
->
clear_tx
(
)
;
provisioner.c:413
prov_pub_key()
bt_mesh_prov_link
.
bearer
=
&
pb_adv
;
provisioner.c:740
bt_mesh_pb_adv_open()
err
=
bt_mesh_prov_link
.
bearer
->
link_open
(
prov_device
.
uuid
,
PROTOCOL_TIMEOUT
,
provisioner.c:743
bt_mesh_pb_adv_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::bearer
is written by 2 functions and is read by 7 functions:
prov_link_opened()
bt_mesh_pb_adv_open()
All items filtered out
bt_mesh_prov_link::bearer
bt_mesh_prov_send()
bt_mesh_start()
prov_pub_key()
is_pb_gatt()
prov_link_close()
prov_pub_key()
bt_mesh_pb_adv_open()
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