ESP-IDF
hci_hal_h4_hdl_rx_adv_rpt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hci_hal_h4_hdl_rx_adv_rpt()
hci_hal_h4_hdl_rx_adv_rpt() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_hal_h4.c:96
static
void
hci_hal_h4_hdl_rx_adv_rpt
(
pkt_linked_item_t
*
linked_pkt
)
;
Implemented in
hci_hal_h4.c:479
Arguments
Argument
linked_pkt
Related Functions
Found 6 other functions taking a
pkt_linked_item
argument:
Function
pkt_queue_enqueue()
fixed_pkt_queue_enqueue()
btm_ble_adv_pkt_post()
hci_adv_flow_cmd_free_cb()
dispatch_adv_report()
hal_says_adv_rpt_ready()
Examples
References
from
examples
Code
Location
Referrer
static
void
hci_hal_h4_hdl_rx_adv_rpt
(
pkt_linked_item_t
*
linked_pkt
)
hci_hal_h4.c:479
static
void
hci_hal_h4_hdl_rx_adv_rpt
(
pkt_linked_item_t
*
linked_pkt
)
;
hci_hal_h4.c:96
hci_hal_h4_hdl_rx_adv_rpt
(
linked_pkt
)
;
hci_hal_h4.c:246
hci_upstream_data_handler()
Call Tree
from
examples
hci_hal_h4_hdl_rx_adv_rpt()
is called by 1 function and calls 7 functions:
hci_upstream_data_handler()
All items filtered out
hci_hal_h4_hdl_rx_adv_rpt()
__assert_func()
free()
esp_log_timestamp()
esp_log_write()
hci_adv_credits_prep_to_release()
hci_hal_callbacks_t::adv_rpt_ready
host_recv_adv_packet()
All items filtered out
Data Use
from
examples
hci_hal_h4_hdl_rx_adv_rpt()
reads 9 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
BT_HDR::len
BT_HDR::offset
BT_HDR::data
pkt_linked_item::data
preamble_sizes
outbound_event_types
hci_hal_env_t::callbacks
hci_hal_env
All items filtered out
hci_hal_h4_hdl_rx_adv_rpt()
BT_HDR::event
BT_HDR::len
BT_HDR::offset
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
hci_hal_h4_hdl_rx_adv_rpt()
allocates 1 types:
pkt_linked_item
All items filtered out
hci_hal_h4_hdl_rx_adv_rpt()
All items filtered out