Function esp_idf_sys::ble_hci_trans_ll_acl_tx

source ·
pub unsafe extern "C" fn ble_hci_trans_ll_acl_tx(
    om: *mut os_mbuf,
) -> c_int
Expand description

Sends ACL data from controller to host.

@param om The ACL data packet to send.

@return 0 on success; A BLE_ERR_[…] error code on failure.