ESP-IDF
host_rcv_pkt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_rcv_pkt()
host_rcv_pkt() function
Syntax
Show:
Summary
Declaration
from
esp_nimble_hci.c:220
static
int
host_rcv_pkt
(
uint8_t
*
data
,
uint16_t
len
)
;
Arguments
Argument
data
len
Examples
References
from
examples
Code
Location
static
int
host_rcv_pkt
(
uint8_t
*
data
,
uint16_t
len
)
esp_nimble_hci.c:220
.
notify_host_recv
=
host_rcv_pkt
,
esp_nimble_hci.c:275
Call Tree
from
examples
host_rcv_pkt()
calls 8 functions:
All items filtered out
host_rcv_pkt()
__assert_func()
esp_log_timestamp()
esp_log_write()
ble_hs_sched_reset()
ble_transport_alloc_evt()
ble_hci_trans_ll_evt_tx()
bt_record_hci_data()
ble_hci_rx_acl()
All items filtered out
Data Use
from
examples
host_rcv_pkt()
reads 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
ble_hs_enabled_state
TAG
All items filtered out
host_rcv_pkt()
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_rcv_pkt()
is implemented by 1 functions:
All items filtered out
host_rcv_pkt()
esp_vhci_host_callback::notify_host_recv
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out