zephyr/subsys
Luiz Augusto von Dentz 80bc21e03c Bluetooth: GATT: Fix warning when attempting to use read callback
When using bt_gatt_discover with BT_GATT_DISCOVER_CHARACTERISTIC the
read callback would be set to bt_gatt_attr_read_chrc which would attempt
to access the next attribute which in this case would not be set since
the value attribute is no fetched by the discovery, the spec actually
omit the value handle saying it should always be the first attribute to
appear after the characteristic thus we can assume it to be handle + 1.

Fixes #12159

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2019-01-03 12:12:10 +01:00
..
app_memory
bluetooth Bluetooth: GATT: Fix warning when attempting to use read callback 2019-01-03 12:12:10 +01:00
console
cpp
debug
dfu
disk
fb kconfig: Have the 'framebuffer' menu depend on it being enabled 2018-12-30 16:24:50 -05:00
fs nvs: workaround a GCC and Coverity warning 2019-01-02 13:03:09 +01:00
logging
mgmt
net net: coap: return -EPERM for a resource without requested method 2019-01-02 13:04:46 +01:00
power
random
settings
shell
stats
storage
usb usb: class: dfu: Add a worker thread to flash data from usb to flash 2018-12-30 16:24:33 -05:00
CMakeLists.txt
Kconfig