ESP-IDF
pb_adv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pb_adv
pb_adv struct
Syntax
Show:
Summary
Declaration
from
pb_adv.c:75
struct
pb_adv
{
uint32_t
id
;
ATOMIC_DEFINE
(
flags
,
ADV_NUM_FLAGS
)
;
const
struct
prov_bearer_cb
*
cb
;
void
*
cb_data
;
struct
{
uint8_t
id
;
uint8_t
seg
;
uint8_t
last_seg
;
uint8_t
fcs
;
struct
os_mbuf
*
buf
;
}
rx
;
struct
{
int64_t
start
;
uint8_t
id
;
uint8_t
pending_ack
;
struct
os_mbuf
*
buf
[
3
]
;
prov_bearer_send_complete_t
cb
;
void
*
cb_data
;
struct
k_work_delayable
retransmit
;
}
tx
;
struct
k_work_delayable
prot_timer
;
}
;
Fields
Field
Declared as
pb_adv::id
uint32_t
pb_adv::flags
ATOMIC_DEFINE
(
pb_adv::cb
const
struct
prov_bearer_cb
*
pb_adv::cb_data
void
*
pb_adv::rx
struct
{
uint8_t
id
;
uint8_t
seg
;
uint8_t
last_seg
;
uint8_t
fcs
;
struct
os_mbuf
*
buf
;
}
pb_adv::tx
struct
{
int64_t
start
;
uint8_t
id
;
uint8_t
pending_ack
;
struct
os_mbuf
*
buf
[
3
]
;
prov_bearer_send_complete_t
cb
;
void
*
cb_data
;
struct
k_work_delayable
retransmit
;
}
pb_adv::prot_timer
struct
k_work_delayable
Examples
References
from
examples
Code
Location
Referrer
struct
pb_adv
{
pb_adv.c:75
static
struct
pb_adv
link
;
pb_adv.c:123
link
(
void
)
memset
(
&
link
,
0
,
offsetof
(
struct
pb_adv
,
tx
.
retransmit
)
)
;
pb_adv.c:216
reset_adv_link()
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
Instance
Scope
Location
Project
link
pb_adv.c:123
Lifecycle
from
examples
All items filtered out
All items filtered out