ESP-IDF
host_recv_pkt_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
host_recv_pkt_cb()
host_recv_pkt_cb() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_hal_h4.c:94
static
int
host_recv_pkt_cb
(
uint8_t
*
data
,
uint16_t
len
)
;
Implemented in
hci_hal_h4.c:560
Arguments
Argument
data
len
Examples
References
from
examples
Code
Location
static
int
host_recv_pkt_cb
(
uint8_t
*
data
,
uint16_t
len
)
hci_hal_h4.c:560
static
int
host_recv_pkt_cb
(
uint8_t
*
data
,
uint16_t
len
)
;
hci_hal_h4.c:94
.
notify_host_recv
=
host_recv_pkt_cb
,
hci_hal_h4.c:628
Call Tree
from
examples
host_recv_pkt_cb()
calls 13 functions:
All items filtered out
host_recv_pkt_cb()
__assert_func()
calloc()
esp_log_timestamp()
esp_log_write()
osi_calloc_func()
fixed_queue_enqueue()
pkt_queue_enqueue()
hci_adv_credits_prep_to_release()
bt_record_hci_data()
hci_upstream_data_post()
host_recv_adv_packet()
hci_adv_credits_consumed()
pkt_queue_length()
All items filtered out
Data Use
from
examples
host_recv_pkt_cb()
reads 6 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
BT_HDR::data
pkt_linked_item::data
hci_hal_env_t::rx_q
hci_hal_env_t::adv_rpt_q
hci_hal_env
All items filtered out
host_recv_pkt_cb()
BT_HDR::len
BT_HDR::offset
BT_HDR::layer_specific
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
host_recv_pkt_cb()
is implemented by 1 functions:
All items filtered out
host_recv_pkt_cb()
esp_bluedroid_hci_driver_callbacks::notify_host_recv
All items filtered out
Instances
from
examples
Lifecycle
from
examples
host_recv_pkt_cb()
frees 1 types:
All items filtered out
host_recv_pkt_cb()
pkt_linked_item
All items filtered out