ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_vhci_host_callback::notify_host_recv
from the following samples and libraries:
ble_adv_scan_combined sample
controller_vhci_ble_adv sample
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
esp_vhci_host_callback::notify_host_recv
esp_vhci_host_callback::notify_host_recv field
Callback to notify the Host that the Controller has a packet to send
Syntax
Show:
Summary
Declaration
from
esp_bt.h:680
int
(
*
notify_host_recv
)
(
uint8_t
*
data
,
uint16_t
len
)
;
Examples
esp_vhci_host_callback::notify_host_recv
is referenced by 2 libraries and example projects:
ble_adv_scan_combined sample
controller_vhci_ble_adv sample
References
from
0/2
examples
Code
Location
Scope
Referrer
int
(
*
notify_host_recv
)
(
uint8_t
*
data
,
uint16_t
len
)
;
/*!< Callback to notify the Host that the Controller has a packet to send */
esp_bt.h:680
static
const
esp_vhci_host_callback_t
vhci_host_cb
=
{
esp_nimble_hci.c:273
vhci_host_cb
host_rcv_pkt()
.
notify_host_recv
=
host_rcv_pkt
,
esp_nimble_hci.c:275
static
const
esp_vhci_host_callback_t
dummy_vhci_host_cb
=
{
esp_nimble_hci.c:278
dummy_vhci_host_cb
dummy_host_rcv_pkt()
.
notify_host_recv
=
dummy_host_rcv_pkt
,
esp_nimble_hci.c:280
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
esp_vhci_host_callback::notify_host_recv
implements 2 functionss:
host_rcv_pkt()
dummy_host_rcv_pkt()
All items filtered out
esp_vhci_host_callback::notify_host_recv
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out