ESP-IDF
vhci_host_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vhci_host_cb
vhci_host_cb variable
Syntax
Show:
Summary
Declaration
from
esp_nimble_hci.c:273
static
const
esp_vhci_host_callback_t
vhci_host_cb
=
{
.
notify_host_send_available
=
controller_rcv_pkt_ready
,
.
notify_host_recv
=
host_rcv_pkt
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
esp_vhci_host_callback_t
vhci_host_cb
=
{
esp_nimble_hci.c:273
if
(
(
ret
=
esp_vhci_host_register_callback
(
&
vhci_host_cb
)
)
!=
ESP_OK
)
{
esp_nimble_hci.c:295
esp_nimble_hci_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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