ESP-IDF
BLE_MESH_PROXY_PDU_HDR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_HDR
BLE_MESH_PROXY_PDU_HDR macro
Syntax
Show:
Summary
Declaration
from
proxy_common.h:53
#define
BLE_MESH_PROXY_PDU_HDR
(
sar
,
type
)
(
(
sar
)
<
<
6
|
(
(
type
)
&
BIT_MASK
(
6
)
)
)
Arguments
Argument
sar
type
Examples
References
from
examples
Code
Location
#define
BLE_MESH_PROXY_PDU_HDR
(
sar
,
type
)
(
(
sar
)
<
<
6
|
(
(
type
)
&
BIT_MASK
(
6
)
)
)
proxy_common.h:53
net_buf_simple_push_u8
(
msg
,
BLE_MESH_PROXY_PDU_HDR
(
BLE_MESH_PROXY_SAR_COMP
,
type
)
)
;
proxy_client.c:405
net_buf_simple_push_u8
(
msg
,
BLE_MESH_PROXY_PDU_HDR
(
BLE_MESH_PROXY_SAR_FIRST
,
type
)
)
;
proxy_client.c:409
net_buf_simple_push_u8
(
msg
,
BLE_MESH_PROXY_PDU_HDR
(
BLE_MESH_PROXY_SAR_LAST
,
type
)
)
;
proxy_client.c:415
net_buf_simple_push_u8
(
msg
,
BLE_MESH_PROXY_PDU_HDR
(
BLE_MESH_PROXY_SAR_CONT
,
type
)
)
;
proxy_client.c:420
net_buf_simple_push_u8
(
msg
,
BLE_MESH_PROXY_PDU_HDR
(
BLE_MESH_PROXY_SAR_COMP
,
type
)
)
;
proxy_server.c:1329
net_buf_simple_push_u8
(
msg
,
BLE_MESH_PROXY_PDU_HDR
(
BLE_MESH_PROXY_SAR_FIRST
,
type
)
)
;
proxy_server.c:1333
net_buf_simple_push_u8
(
msg
,
BLE_MESH_PROXY_PDU_HDR
(
BLE_MESH_PROXY_SAR_LAST
,
type
)
)
;
proxy_server.c:1339
net_buf_simple_push_u8
(
msg
,
BLE_MESH_PROXY_PDU_HDR
(
BLE_MESH_PROXY_SAR_CONT
,
type
)
)
;
proxy_server.c:1344
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