esp_idf_sys

Function esp_ble_hci_trans_hs_acl_tx

Source
pub unsafe extern "C" fn esp_ble_hci_trans_hs_acl_tx(
    om: *mut os_mbuf,
) -> c_int
Expand description

Sends ACL data from host to controller.

@param om The ACL data packet to send.

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