Function esp_idf_sys::esp_vhci_host_send_packet

source ยท
pub unsafe extern "C" fn esp_vhci_host_send_packet(
    data: *mut u8,
    len: u16,
)
Expand description

@brief Send the packet to the Controller

@note 1. This function shall not be called within a critical section or when the scheduler is suspended. 2. This function should be called only if esp_vhci_host_check_send_available() returns True.

@param[in] data Pointer to the packet data @param[in] len The packet length