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.
pub unsafe extern "C" fn esp_ble_hci_trans_buf_free(buf: *mut u8)
Frees the specified flat buffer. The buffer must have been allocated via ble_hci_trans_buf_alloc().
@param buf The buffer to free.