ESP-IDF
hci_hal_env_t::adv_rpt_q
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
hci_hal_env_t::adv_rpt_q
hci_hal_env_t::adv_rpt_q field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:74
struct
pkt_queue
*
adv_rpt_q
;
Examples
References
from
examples
Code
Location
Referrer
struct
pkt_queue
*
adv_rpt_q
;
hci_hal_h4.c:74
hci_hal_env
.
adv_rpt_q
=
pkt_queue_create
(
)
;
hci_hal_h4.c:129
hci_hal_env_init()
assert
(
hci_hal_env
.
adv_rpt_q
!=
NULL
)
;
hci_hal_h4.c:130
hci_hal_env_init()
struct
pkt_queue
*
adv_rpt_q
=
hci_hal_env
.
adv_rpt_q
;
hci_hal_h4.c:143
hci_hal_env_deinit()
hci_hal_env
.
adv_rpt_q
=
NULL
;
hci_hal_h4.c:147
hci_hal_env_deinit()
struct
pkt_queue
*
adv_rpt_q
=
hci_hal_env
.
adv_rpt_q
;
hci_hal_h4.c:228
hci_upstream_data_handler()
if
(
pkt_queue_length
(
hci_hal_env
.
adv_rpt_q
)
>
HCI_HAL_BLE_ADV_RPT_QUEUE_LEN_MAX
)
{
hci_hal_h4.c:591
host_recv_pkt_cb()
pkt_queue_enqueue
(
hci_hal_env
.
adv_rpt_q
,
linked_pkt
)
;
hci_hal_h4.c:613
host_recv_pkt_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_hal_env_t::adv_rpt_q
is written by 2 functions and is read by 4 functions:
hci_hal_env_init()
hci_hal_env_deinit()
All items filtered out
hci_hal_env_t::adv_rpt_q
hci_hal_env_init()
hci_hal_env_deinit()
hci_upstream_data_handler()
host_recv_pkt_cb()
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