ESP-IDF
prov_bearer_cb::link_closed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
prov_bearer_cb::link_closed
prov_bearer_cb::link_closed field
Syntax
Show:
Summary
Declaration
from
prov_bearer.h:34
void
(
*
link_closed
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
enum
prov_bearer_link_status
reason
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
(
*
link_closed
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
prov_bearer.h:34
cb
->
link_closed
(
&
pb_adv
,
cb_data
,
reason
)
;
pb_adv.c:239
close_link()
cb
->
link_closed
(
&
pb_gatt
,
cb_data
,
status
)
;
pb_gatt.c:59
link_closed()
link
.
cb
->
link_closed
(
&
pb_gatt
,
link
.
cb_data
,
pb_gatt.c:120
bt_mesh_pb_gatt_close()
static
const
struct
prov_bearer_cb
prov_bearer_cb
=
{
prov.c:404
prov_bearer_cb
prov_link_closed()
.
link_closed
=
prov_link_closed
,
prov.c:406
Call Tree
from
examples
prov_bearer_cb::link_closed
is called by 3 functions:
close_link()
link_closed()
bt_mesh_pb_gatt_close()
All items filtered out
prov_bearer_cb::link_closed
All items filtered out
Data Use
from
examples
All items filtered out
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
prov_bearer_cb::link_closed
implements 1 functions:
prov_link_closed()
All items filtered out
prov_bearer_cb::link_closed
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out