zephyr/include/bluetooth
Luiz Augusto von Dentz 8697d207a0 Bluetooth: GATT: Fix using uint8_t for attribute length
Attribute length can be up to 512 bytes long so it needs to be at least
uint16_t, ATT already takes care that the MTU does not exceed 512 bytes.

Change-Id: I6c8dc80a4b63f212420c26c0a24d93939fa510fe
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:14:44 -05:00
..
bluetooth.h Bluetooth: Start using atomic flags to indicate bt_dev state 2016-02-05 20:14:43 -05:00
buf.h Bluetooth: buf: Add bt_buf_add_le16() API 2016-02-05 20:14:40 -05:00
conn.h Bluetooth: Move bt_security to conn.h and rename it appropriately 2016-02-05 20:14:40 -05:00
driver.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00
gatt.h Bluetooth: GATT: Fix using uint8_t for attribute length 2016-02-05 20:14:44 -05:00
hci.h Bluetooth: Start using atomic flags to indicate bt_dev state 2016-02-05 20:14:43 -05:00
log.h Bluetooth: Add BT_ASSERT() helper macro 2016-02-05 20:14:36 -05:00
uuid.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00