zephyr/include/bluetooth
Luiz Augusto von Dentz 7d2d2838fb Bluetooth: L2CAP: Implement segmentation for incoming packets
If the SDU length is bigger than the amount data received in the first
packet it means it will be segmented in 2 or more packet until the SDU
is completed.

Since the MTU required by the upper layer could be much bigger than the
ACL buffer the code now request a buffer to reassemble the SDU.

Change-Id: I286d16e185f59a8128c4357dddebdc13145dfe31
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:24:51 -05:00
..
bluetooth.h Bluetooth: Add public API for passkey confirmation 2016-02-05 20:24:51 -05:00
conn.h Bluetooth: Add bt_conn_enc_key_size function 2016-02-05 20:24:45 -05:00
driver.h Bluetooth: Convert driver header info to hidden Kconfig options 2016-02-05 20:24:45 -05:00
gatt.h Bluetooth: gatt: Unsubscribe notification from callback directly 2016-02-05 20:24:47 -05:00
hci.h Bluetooth: Read supported commands on init 2016-02-05 20:24:47 -05:00
l2cap.h Bluetooth: L2CAP: Implement segmentation for incoming packets 2016-02-05 20:24:51 -05:00
log.h
uuid.h