Function esp_idf_sys::esp_ble_hci_trans_buf_free
source ยท pub unsafe extern "C" fn esp_ble_hci_trans_buf_free(buf: *mut u8)
Expand description
Frees the specified flat buffer. The buffer must have been allocated via ble_hci_trans_buf_alloc().
@param buf The buffer to free.