esp_vhci_host_callback struct
Virtual HCI (VHCI) callback functions to notify the Host on the next operation
Fields
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.
![]()
typedef struct esp_vhci_host_callback {