ESP-IDF
bt_mesh_net_tx::aid
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_net_tx::aid
bt_mesh_net_tx::aid field
Syntax
Show:
Summary
Declaration
from
net.h:407
uint8_t
friend_cred
:
1
__attribute__
(
(
deprecated
)
)
,
aszmic
:
1
,
aid
:
6
;
Examples
References
from
examples
Code
Location
Referrer
aid
:
6
;
net.h:409
aid
:
6
;
net.h:260
net_buf_add_u8
(
buf
,
UNSEG_HDR
(
1
,
tx
->
aid
)
)
;
transport.c:255
send_unseg()
seg_hdr
=
SEG_HDR
(
1
,
net_tx
->
aid
)
;
transport.c:523
send_seg()
tx
->
aid
=
aid
;
transport.c:676
bt_mesh_trans_send()
net_buf_add_u8
(
buf
,
UNSEG_HDR
(
1
,
tx
->
aid
)
)
;
transport.c:170
send_unseg()
.
aid
=
tx
->
hdr
&
AID_MASK
,
transport.c:396
seg_tx_send_unacked()
tx
->
hdr
=
SEG_HDR
(
1
,
net_tx
->
aid
)
;
transport.c:496
send_seg()
tx
->
aid
=
aid
;
transport.c:680
bt_mesh_trans_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_net_tx::aid
is written by 1 function and is read by 2 functions:
bt_mesh_trans_send()
All items filtered out
bt_mesh_net_tx::aid
send_unseg()
send_seg()
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