ESP-IDF
pb_adv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pb_adv
pb_adv variable
Syntax
Show:
Summary
Declaration
Definition
from
prov_bearer.h:109
extern
const
struct
prov_bearer
pb_adv
;
Implemented in
pb_adv.c:911
Examples
References
from
examples
Code
Location
Referrer
const
struct
prov_bearer
pb_adv
=
{
pb_adv.c:911
extern
const
struct
prov_bearer
pb_adv
;
prov_bearer.h:109
cb
->
link_closed
(
&
pb_adv
,
cb_data
,
reason
)
;
pb_adv.c:239
close_link()
link
.
cb
->
error
(
&
pb_adv
,
link
.
cb_data
,
err
)
;
pb_adv.c:271
prov_failed()
link
.
cb
->
recv
(
&
pb_adv
,
link
.
cb_data
,
link
.
rx
.
buf
)
;
pb_adv.c:293
prov_msg_recv()
link
.
cb
->
link_opened
(
&
pb_adv
,
link
.
cb_data
)
;
pb_adv.c:768
link_open()
link
.
cb
->
link_opened
(
&
pb_adv
,
link
.
cb_data
)
;
pb_adv.c:782
link_ack()
pb_adv
.
link_accept
(
bt_mesh_prov_bearer_cb_get
(
)
,
NULL
)
;
prov_device.c:600
bt_mesh_prov_enable()
bt_mesh_prov_link
.
bearer
=
&
pb_adv
;
provisioner.c:740
bt_mesh_pb_adv_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pb_adv
is read by 1 function:
All items filtered out
pb_adv
bt_mesh_prov_enable()
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