mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-14 05:00:06 +00:00
Update ble_hs_mbuf.c
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user