ESP-IDF
get_be16()
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
get_be16()
get_be16() function
Syntax
Show:
Summary
Declaration
Definition
from
endian.h:278
uint16_t
get_be16
(
const
void
*
buf
)
;
Implemented in
endian.c:181
Arguments
Argument
buf
Examples
References
from
examples
Code
Location
Referrer
get_be16
(
const
void
*
buf
)
endian.c:182
uint16_t
get_be16
(
const
void
*
buf
)
;
endian.h:278
*
addr
=
(
sys_get_be16
(
&
tmp
[
14
]
)
&
0x3fff
)
|
0x8000
;
crypto.c:540
bt_mesh_virtual_addr()
src
=
sys_get_be16
(
&
buf
->
om_data
[
5
]
)
;
friend.c:489
encrypt_friend_pdu()
val
=
get_be16
(
om
->
om_data
)
;
glue.c:210
net_buf_simple_pull_be16()
if
(
msg_cache
[
i
]
.
src
==
SRC
(
pdu
->
om_data
)
&&
net.c:131
msg_cache_match()
.
addr
=
SRC
(
buf
->
om_data
)
,
net.c:383
bt_mesh_net_local()
.
recv_dst
=
DST
(
buf
->
om_data
)
,
net.c:384
bt_mesh_net_local()
rx
->
ctx
.
addr
=
SRC
(
out
->
om_data
)
;
net.c:617
net_decrypt()
rx
->
ctx
.
addr
=
SRC
(
buf
->
om_data
)
;
net.c:745
bt_mesh_net_header_parse()
rx
->
ctx
.
recv_dst
=
DST
(
buf
->
om_data
)
;
net.c:746
bt_mesh_net_header_parse()
rx
->
ctx
.
recv_dst
=
DST
(
out
->
om_data
)
;
net.c:792
bt_mesh_net_decode()
net_idx
=
sys_get_be16
(
&
pdu
[
16
]
)
;
prov_device.c:517
prov_data()
addr
=
sys_get_be16
(
&
pdu
[
23
]
)
;
prov_device.c:520
prov_data()
caps
.
algorithms
=
sys_get_be16
(
&
data
[
1
]
)
;
provisioner.c:202
prov_capabilities()
(
sys_get_be16
(
&
data
[
6
]
)
)
;
provisioner.c:213
prov_capabilities()
(
sys_get_be16
(
&
data
[
9
]
)
)
;
provisioner.c:216
prov_capabilities()
Call Tree
from
examples
get_be16()
is called by 10 functions:
encrypt_friend_pdu()
bt_mesh_virtual_addr()
net_buf_simple_pull_be16()
prov_data()
prov_capabilities()
msg_cache_match()
bt_mesh_net_local()
net_decrypt()
bt_mesh_net_header_parse()
bt_mesh_net_decode()
All items filtered out
get_be16()
All items filtered out
Data Use
from
examples
get_be16()
:
All items filtered out
get_be16()
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