ESP-IDF
LINK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
LINK
LINK macro
Syntax
Show:
Summary
Declaration
from
ext.c:70
#define
LINK
(
a
)
(
(
struct
bt_mesh_prov_link
*
)
(
a
)
)
Arguments
Argument
a
Examples
References
from
examples
Code
Location
#define
LINK
(
a
)
(
(
struct
bt_mesh_prov_link
*
)
(
a
)
)
ext.c:70
return
bt_mesh_atomic_test_bit
(
LINK
(
link
)
->
flags
,
bit
)
;
ext.c:1491
bt_mesh_atomic_clear_bit
(
LINK
(
link
)
->
flags
,
bit
)
;
ext.c:1496
bt_mesh_atomic_set_bit
(
LINK
(
link
)
->
flags
,
bit
)
;
ext.c:1501
LINK
(
link
)
->
expect
=
val
;
ext.c:1506
return
LINK
(
link
)
->
public_key
;
ext.c:1511
return
LINK
(
link
)
->
auth_method
;
ext.c:1516
return
&
LINK
(
link
)
->
addr
;
ext.c:1521
return
LINK
(
link
)
->
uuid
;
ext.c:1527
return
LINK
(
link
)
->
element_num
;
ext.c:1537
return
LINK
(
link
)
->
unicast_addr
;
ext.c:1547
return
LINK
(
link
)
->
conn
;
ext.c:1614
return
&
LINK
(
link
)
->
link_id
;
ext.c:1624
return
LINK
(
link
)
->
pb_remote_uuid
;
ext.c:1633
return
LINK
(
link
)
->
pb_remote_timeout
;
ext.c:1638
LINK
(
link
)
->
pb_remote_timeout
=
pb_remote_timeout
;
ext.c:1643
return
LINK
(
link
)
->
pb_remote_nppi
;
ext.c:1648
LINK
(
link
)
->
pb_remote_nppi
=
pb_remote_nppi
;
ext.c:1653
return
LINK
(
link
)
->
pb_remote_pub_key
;
ext.c:1658
LINK
(
link
)
->
pb_remote_pub_key
=
pb_remote_pub_key
;
ext.c:1663
return
LINK
(
link
)
->
pb_remote_cbd
;
ext.c:1668
LINK
(
link
)
->
pb_remote_cbd
=
pb_remote_cbd
;
ext.c:1673
return
LINK
(
link
)
->
pb_remote_csp
;
ext.c:1678
LINK
(
link
)
->
pb_remote_csp
=
pb_remote_csp
;
ext.c:1683
return
LINK
(
link
)
->
pb_remote_reset
;
ext.c:1688
LINK
(
link
)
->
pb_remote_reset
=
pb_remote_reset
;
ext.c:1693
return
LINK
(
link
)
->
pb_remote_data
;
ext.c:1698
LINK
(
link
)
->
pb_remote_data
=
data
;
ext.c:1703
assert
(
LINK
(
link
)
->
pb_remote_data
)
;
ext.c:1708
bt_mesh_free
(
LINK
(
link
)
->
pb_remote_data
)
;
ext.c:1709
LINK
(
link
)
->
pb_remote_data
=
NULL
;
ext.c:1710
return
!!
LINK
(
link
)
->
pb_gatt_send
;
ext.c:1737
assert
(
LINK
(
link
)
->
pb_gatt_send
)
;
ext.c:1747
return
LINK
(
link
)
->
pb_gatt_send
(
link
,
msg
)
;
ext.c:1748
LINK
(
link
)
->
pb_remote_close
=
VOID
(
pb_remote_close
)
;
ext.c:1757
if
(
LINK
(
link
)
->
pb_remote_close
)
{
ext.c:1762
LINK
(
link
)
->
pb_remote_close
(
link
,
reason
)
;
ext.c:1763
LINK
(
link
)
->
pb_remote_send
=
VOID
(
pb_remote_send
)
;
ext.c:1769
LINK
(
link
)
->
next_xact_id
=
VOID
(
next_xact_id
)
;
ext.c:1775
Call Tree
from
examples
All items filtered out
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out