zephyr/include/bluetooth
Carles Cufi 80d1fba9e9 Bluetooth: HCI: Fix the length of supported commands
The length of the commands array in the return parameters of
the HCI Read Local Supported Commands event is 64 bytes
according to the spec. This was mistakenly set as 36 bytes due
to the fact that only 36 out of the 64 bytes currently contain
meaningful data. The actual array as received from the driver
will always be 64 bytes however, and is therefore sized
accordingly.

Change-Id: Iee7f1fc18045dff96efcc808fd81661eced37b03
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-09-14 08:45:45 +03:00
..
att.h Bluetooth: GATT: Add queuing support 2016-09-07 08:17:26 +03:00
bluetooth.h Bluetooth: Rename connectable_addr member in struct bt_le_oob 2016-07-22 13:09:30 +02:00
buf.h Bluetooth: doc: Fix displacement of HCI buffer description 2016-07-19 07:27:48 +00:00
conn.h Bluetooth: doc: Fix displacement of conn type description 2016-07-19 07:27:29 +00:00
driver.h Bluetooth: Add priority buffer for handling critical HCI events 2016-06-29 14:51:51 +00:00
gatt.h Bluetooth: GATT: Add queuing support 2016-09-07 08:17:26 +03:00
hci_raw.h Bluetooth: Add missing guards to hci_raw.h header file 2016-09-07 08:17:26 +03:00
hci.h Bluetooth: HCI: Fix the length of supported commands 2016-09-14 08:45:45 +03:00
l2cap.h Bluetooth: L2CAP: Implement connect command on BR/EDR 2016-09-07 08:17:26 +03:00
log.h Bluetooth: Add hexadecimal conversion logging helper 2016-07-11 09:38:53 +00:00
rfcomm.h Bluetooth: RFCOMM: Implement TX flow control 2016-09-07 07:22:32 +00:00
storage.h Bluetooth: doc: Fix displacement of storage keys description 2016-07-19 07:28:05 +00:00
uuid.h Bluetooth: UUID: Add 32bit UUID support 2016-09-07 08:17:26 +03:00