ESP-IDF
BLE_MESH_PROXY_PDU_TYPE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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
BLE_MESH_PROXY_PDU_TYPE
BLE_MESH_PROXY_PDU_TYPE macro
Syntax
Show:
Summary
Declaration
from
proxy_common.h:50
#define
BLE_MESH_PROXY_PDU_TYPE
(
data
)
(
data
[
0
]
&
BIT_MASK
(
6
)
)
Arguments
Argument
data
Examples
References
from
examples
Code
Location
#define
BLE_MESH_PROXY_PDU_TYPE
(
data
)
(
data
[
0
]
&
BIT_MASK
(
6
)
)
proxy_common.h:50
if
(
ATTR_IS_PROV
(
srvc_uuid
)
!=
(
BLE_MESH_PROXY_PDU_TYPE
(
data
)
==
BLE_MESH_PROXY_PROV
)
)
{
proxy_client.c:307
server
->
msg_type
=
BLE_MESH_PROXY_PDU_TYPE
(
data
)
;
proxy_client.c:324
server
->
msg_type
=
BLE_MESH_PROXY_PDU_TYPE
(
data
)
;
proxy_client.c:336
if
(
server
->
msg_type
!=
BLE_MESH_PROXY_PDU_TYPE
(
data
)
)
{
proxy_client.c:346
if
(
server
->
msg_type
!=
BLE_MESH_PROXY_PDU_TYPE
(
data
)
)
{
proxy_client.c:361
if
(
ATTR_IS_PROV
(
attr
)
!=
(
BLE_MESH_PROXY_PDU_TYPE
(
data
)
==
BLE_MESH_PROXY_PROV
)
)
{
proxy_server.c:754
client
->
msg_type
=
BLE_MESH_PROXY_PDU_TYPE
(
data
)
;
proxy_server.c:771
client
->
msg_type
=
BLE_MESH_PROXY_PDU_TYPE
(
data
)
;
proxy_server.c:783
if
(
client
->
msg_type
!=
BLE_MESH_PROXY_PDU_TYPE
(
data
)
)
{
proxy_server.c:793
if
(
client
->
msg_type
!=
BLE_MESH_PROXY_PDU_TYPE
(
data
)
)
{
proxy_server.c:808
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