zephyr/drivers/bluetooth
Mariusz Skamra 5047d54403 drivers/nble: Fix compare logic in on_nble_gattc_read_rsp
The Read Response only contains a Characteristic Value that is less
than or equal to (ATT_MTU – 1) octets in length so, condition
(length < bt_att_get_mtu(conn)) is always true, and the full
Characteristic Value will not be read.

Change-Id: Ib18fbedf277c880dc5cf0ce21fd7d550d12a64ef
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-04-14 12:41:39 +02:00
..
nble drivers/nble: Fix compare logic in on_nble_gattc_read_rsp 2016-04-14 12:41:39 +02:00
h4.c Bluetooth: Refactor buffer handling for non-host managed buffers 2016-04-11 11:52:29 +00:00
h5.c Bluetooth: Refactor buffer handling for non-host managed buffers 2016-04-11 11:52:29 +00:00
Kconfig Bluetooth: Refactor buffer handling for non-host managed buffers 2016-04-11 11:52:29 +00:00
Makefile
nrf51_pm.c
nrf51_pm.h
uart.h