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