ESP-IDF
BLE_MESH_ADDR_IS_VIRTUAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_ADDR_IS_VIRTUAL
BLE_MESH_ADDR_IS_VIRTUAL macro
Syntax
Show:
Summary
Declaration
from
mesh.h:24
#define
BLE_MESH_ADDR_IS_VIRTUAL
(
addr
)
(
(
addr
)
>=
0x8000
&&
(
addr
)
<
0xC000
)
Arguments
Argument
addr
Examples
References
from
examples
Code
Location
#define
BLE_MESH_ADDR_IS_VIRTUAL
(
addr
)
(
(
addr
)
>=
0x8000
&&
(
addr
)
<
0xC000
)
mesh.h:24
if
(
BLE_MESH_ADDR_IS_GROUP
(
dst
)
||
BLE_MESH_ADDR_IS_VIRTUAL
(
dst
)
)
{
access.c:572
if
(
!
BLE_MESH_ADDR_IS_VIRTUAL
(
mod
->
groups
[
i
]
)
)
{
cfg_srv.c:1351
if
(
BLE_MESH_ADDR_IS_VIRTUAL
(
dst
)
)
{
cfg_srv.c:3260
if
(
BLE_MESH_ADDR_IS_VIRTUAL
(
sub_dst
)
||
BLE_MESH_ADDR_IS_RFU
(
sub_dst
)
||
cfg_srv.c:3410
if
(
BLE_MESH_ADDR_IS_VIRTUAL
(
tx
->
ctx
->
addr
)
)
{
transport.c:690
if
(
BLE_MESH_ADDR_IS_VIRTUAL
(
rx
->
ctx
.
recv_dst
)
)
{
transport.c:750
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