Update ble_hs_mbuf.c

This commit is contained in:
Tim Gates
2022-07-04 08:55:19 +02:00
committed by Szymon Janc
parent 9883c2465c
commit 26ccb8af1f
+3 -3
View File
@@ -95,9 +95,9 @@ ble_hs_mbuf_att_pkt(void)
/* Prepare write request and response are the largest ATT commands which
* contain attribute data.
*/
return ble_hs_mbuf_gen_pkt(BLE_HCI_DATA_HDR_SZ +
BLE_L2CAP_HDR_SZ +
BLE_ATT_PREP_WRITE_CMD_BASE_SZ);
return ble_hs_mbuf_gen_pkt(BLE_HCI_DATA_HDR_SZ +
BLE_L2CAP_HDR_SZ +
BLE_ATT_PREP_WRITE_CMD_BASE_SZ);
}
struct os_mbuf *