ESP-IDF
seg_tx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
seg_tx
seg_tx struct
Syntax
Show:
Summary
Declaration
from
transport.c:94
struct
seg_tx
{
struct
bt_mesh_subnet
*
sub
;
void
*
seg
[
CONFIG_BT_MESH_TX_SEG_MAX
]
;
uint64_t
seq_auth
;
uint16_t
src
;
uint16_t
dst
;
uint16_t
len
;
uint8_t
hdr
;
uint8_t
xmit
;
uint8_t
seg_n
;
uint8_t
seg_o
;
uint8_t
nack_count
;
uint8_t
attempts
;
uint8_t
ttl
;
uint8_t
seg_pending
;
uint8_t
blocked
:
1
,
ctl
:
1
,
aszmic
:
1
,
started
:
1
,
sending
:
1
,
friend_cred
:
1
;
const
struct
bt_mesh_send_cb
*
cb
;
void
*
cb_data
;
struct
k_work_delayable
retransmit
;
}
;
Fields
Field
Declared as
seg_tx::sub
struct
bt_mesh_subnet
*
seg_tx::seg
void
*
[
CONFIG_BT_MESH_TX_SEG_MAX
]
seg_tx::seq_auth
uint64_t
seg_tx::src
uint16_t
seg_tx::dst
uint16_t
seg_tx::len
uint16_t
seg_tx::hdr
uint8_t
seg_tx::xmit
uint8_t
seg_tx::seg_n
uint8_t
seg_tx::seg_o
uint8_t
seg_tx::nack_count
uint8_t
seg_tx::attempts
uint8_t
seg_tx::ttl
uint8_t
seg_tx::seg_pending
uint8_t
seg_tx::blocked
uint8_t
:
1
seg_tx::ctl
uint8_t
blocked
:
1
,
:
1
seg_tx::aszmic
uint8_t
blocked
:
1
,
ctl
:
1
,
:
1
seg_tx::started
uint8_t
blocked
:
1
,
ctl
:
1
,
aszmic
:
1
,
:
1
seg_tx::sending
uint8_t
blocked
:
1
,
ctl
:
1
,
aszmic
:
1
,
started
:
1
,
:
1
seg_tx::friend_cred
uint8_t
blocked
:
1
,
ctl
:
1
,
aszmic
:
1
,
started
:
1
,
sending
:
1
,
:
1
seg_tx::cb
const
struct
bt_mesh_send_cb
*
seg_tx::cb_data
void
*
seg_tx::retransmit
struct
k_work_delayable
Related Functions
Found 13 other functions taking a
seg_tx
argument:
Function
seg_tx_reset()
seg_tx_complete()
seg_tx_reset()
seg_tx_complete()
schedule_retransmit()
seg_tx_send_unacked()
seg_tx_done()
seg_tx_done()
seg_tx_blocks()
schedule_retransmit()
seg_tx_buf_build()
seg_tx_send_unacked()
seg_tx_unblock_check()
Examples
References
from
examples
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