ESP-IDF
dispatch_adv_report()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
dispatch_adv_report()
dispatch_adv_report() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.c:103
static
void
dispatch_adv_report
(
pkt_linked_item_t
*
linked_pkt
)
;
Implemented in
hci_layer.c:534
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()
hci_hal_h4_hdl_rx_adv_rpt()
hal_says_adv_rpt_ready()
Examples
References
from
examples
Code
Location
Referrer
static
void
dispatch_adv_report
(
pkt_linked_item_t
*
linked_pkt
)
hci_layer.c:534
static
void
dispatch_adv_report
(
pkt_linked_item_t
*
linked_pkt
)
;
hci_layer.c:103
dispatch_adv_report
(
linked_pkt
)
;
hci_layer.c:432
hal_says_adv_rpt_ready()
Call Tree
from
examples
dispatch_adv_report()
is called by 1 function and calls 3 functions:
hal_says_adv_rpt_ready()
All items filtered out
dispatch_adv_report()
free()
hci_adv_credits_try_release()
btu_task_post()
All items filtered out
Data Use
from
examples
dispatch_adv_report()
reads 1 variable:
SIG_BTU_t::SIG_BTU_HCI_ADV_RPT_MSG
All items filtered out
dispatch_adv_report()
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
dispatch_adv_report()
allocates 1 types:
pkt_linked_item
All items filtered out
dispatch_adv_report()
All items filtered out