ESP-IDF
bt_mesh_prov_link::pb_remote_close
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
bt_mesh_prov_link::pb_remote_close
bt_mesh_prov_link::pb_remote_close field
Syntax
Show:
Summary
Declaration
from
prov_common.h:293
void
(
*
pb_remote_close
)
(
struct
bt_mesh_prov_link
*
link
,
uint8_t
reason
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
pb_remote_close
)
(
struct
bt_mesh_prov_link
*
link
,
uint8_t
reason
)
;
prov_common.h:293
LINK
(
link
)
->
pb_remote_close
=
VOID
(
pb_remote_close
)
;
ext.c:1757
bt_mesh_ext_prov_link_set_pb_remote_close()
if
(
LINK
(
link
)
->
pb_remote_close
)
{
ext.c:1762
bt_mesh_ext_prov_link_pb_remote_close()
LINK
(
link
)
->
pb_remote_close
(
link
,
reason
)
;
ext.c:1763
bt_mesh_ext_prov_link_pb_remote_close()
if
(
link
->
pb_remote_close
)
{
prov_common.c:437
prov_retransmit()
link
->
pb_remote_close
(
link
,
CLOSE_REASON_TIMEOUT
)
;
prov_common.c:438
prov_retransmit()
if
(
link
->
pb_remote_close
)
{
prov_common.c:457
prov_retransmit()
link
->
pb_remote_close
(
link
,
link
->
reason
)
;
prov_common.c:458
prov_retransmit()
if
(
prov_link
.
pb_remote_close
)
{
prov_node.c:56
close_link()
prov_link
.
pb_remote_close
(
&
prov_link
,
reason
)
;
prov_node.c:57
close_link()
prov_link
.
pb_remote_close
(
&
prov_link
,
reason
)
;
prov_node.c:1474
bt_mesh_pb_gatt_close()
if
(
link
->
pb_remote_close
)
{
prov_pvnr.c:2317
close_link()
link
->
pb_remote_close
(
link
,
reason
)
;
prov_pvnr.c:2318
close_link()
Call Tree
from
examples
bt_mesh_prov_link::pb_remote_close
is called by 4 functions:
prov_retransmit()
close_link()
bt_mesh_pb_gatt_close()
bt_mesh_ext_prov_link_pb_remote_close()
All items filtered out
bt_mesh_prov_link::pb_remote_close
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::pb_remote_close
is written by 1 function and is read by 3 functions:
bt_mesh_ext_prov_link_set_pb_remote_close()
All items filtered out
bt_mesh_prov_link::pb_remote_close
prov_retransmit()
close_link()
bt_mesh_ext_prov_link_pb_remote_close()
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