ESP-IDF + 0/3 examples
SourceVu will show references to esp_vhci_host_callback from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxExamplesReferencesInstances

Fields

Field
Declared as
Description
void (*)(void)
Callback to notify the Host that the Controller is ready to receive the packet.
int (*)(uint8_t *data, uint16_t len)
Callback to notify the Host that the Controller has a packet to send.