ESP-IDF
bt_mesh_msg_ctx::send_szmic
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_msg_ctx::send_szmic
bt_mesh_msg_ctx::send_szmic field
Size of TransMIC when sending a Segmented Access message.
Syntax
Show:
Summary
Declaration
from
access.h:190
uint8_t
send_szmic
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
send_szmic
:
1
;
access.h:190
ctx
.
send_szmic
=
pub
->
send_szmic
;
access.c:216
publish_retransmit()
ctx
.
send_szmic
=
pub
->
send_szmic
;
access.c:1098
bt_mesh_model_publish()
output
->
ctx
.
send_szmic
=
input
->
ctx
.
send_szmic
;
btc_ble_mesh_model_common.h:30
btc_ble_mesh_set_client_common_param()
.
ctx
.
send_szmic
=
arg
->
model_send
.
ctx
->
send_szmic
,
btc_ble_mesh_prov.c:2945
btc_ble_mesh_model_call_handler()
mic_size
=
(
need_seg
&&
ctx
->
send_szmic
==
BLE_MESH_SEG_SZMIC_LONG
&&
client_common.c:194
bt_mesh_client_calc_timeout()
return
MSG_CTX
(
ctx
)
->
send_szmic
;
ext.c:3588
bt_mesh_ext_msg_ctx_get_send_szmic()
MSG_CTX
(
ctx
)
->
send_szmic
=
send_szmic
;
ext.c:3593
bt_mesh_ext_msg_ctx_set_send_szmic()
tx
->
ctx
->
send_szmic
==
BLE_MESH_SEG_SZMIC_SHORT
||
transport.c:679
bt_mesh_trans_send()
tx
->
ctx
->
send_tag
,
tx
->
ctx
->
send_szmic
,
tx
->
aszmic
)
;
transport.c:688
bt_mesh_trans_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_msg_ctx::send_szmic
is written by 4 functions and is read by 3 functions:
btc_ble_mesh_set_client_common_param()
publish_retransmit()
bt_mesh_model_publish()
bt_mesh_ext_msg_ctx_set_send_szmic()
All items filtered out
bt_mesh_msg_ctx::send_szmic
bt_mesh_client_calc_timeout()
bt_mesh_ext_msg_ctx_get_send_szmic()
bt_mesh_trans_send()
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