mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-15 05:30:03 +00:00
nimble/host: Fix build with host flow enabled
Seems like something was broken when merging...
This commit is contained in:
@@ -82,7 +82,7 @@ ble_hs_flow_tx_num_comp_pkts(void)
|
|||||||
rc = ble_hs_hci_cmd_send_buf(
|
rc = ble_hs_hci_cmd_send_buf(
|
||||||
BLE_HCI_OP(BLE_HCI_OGF_CTLR_BASEBAND,
|
BLE_HCI_OP(BLE_HCI_OGF_CTLR_BASEBAND,
|
||||||
BLE_HCI_OCF_CB_HOST_NUM_COMP_PKTS),
|
BLE_HCI_OCF_CB_HOST_NUM_COMP_PKTS),
|
||||||
buf, off);
|
buf, sizeof(buf));
|
||||||
if (rc != 0) {
|
if (rc != 0) {
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user