ESP-IDF
tBTM_BLE_CB::adv_rpt_queue
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_BLE_CB::adv_rpt_queue
tBTM_BLE_CB::adv_rpt_queue field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:346
struct
pkt_queue
*
adv_rpt_queue
;
Examples
References
from
examples
Code
Location
Referrer
struct
pkt_queue
*
adv_rpt_queue
;
btm_ble_int.h:346
size_t
pkts_to_process
=
pkt_queue_length
(
p_cb
->
adv_rpt_queue
)
;
btm_ble_gap.c:3519
btm_adv_pkt_handler()
pkt_linked_item_t
*
linked_pkt
=
pkt_queue_dequeue
(
p_cb
->
adv_rpt_queue
)
;
btm_ble_gap.c:3525
btm_adv_pkt_handler()
if
(
pkt_queue_length
(
p_cb
->
adv_rpt_queue
)
!=
0
)
{
btm_ble_gap.c:3548
btm_adv_pkt_handler()
p_cb
->
adv_rpt_queue
=
pkt_queue_create
(
)
;
btm_ble_gap.c:4579
btm_ble_init()
assert
(
p_cb
->
adv_rpt_queue
!=
NULL
)
;
btm_ble_gap.c:4580
btm_ble_init()
pkt_queue_destroy
(
p_cb
->
adv_rpt_queue
,
NULL
)
;
btm_ble_gap.c:4608
btm_ble_free()
p_cb
->
adv_rpt_queue
=
NULL
;
btm_ble_gap.c:4609
btm_ble_free()
pkt_queue_enqueue
(
p_cb
->
adv_rpt_queue
,
pkt
)
;
btm_ble_gap.c:4797
btm_ble_adv_pkt_post()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_CB::adv_rpt_queue
is written by 2 functions and is read by 4 functions:
btm_ble_init()
btm_ble_free()
All items filtered out
tBTM_BLE_CB::adv_rpt_queue
btm_adv_pkt_handler()
btm_ble_init()
btm_ble_free()
btm_ble_adv_pkt_post()
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