pub unsafe extern "C" fn ble_hci_trans_ll_acl_tx( om: *mut os_mbuf, ) -> c_int
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.