zephyr/subsys
Peter A. Bigot 587c35fa64 Bluetooth: gatt: avoid assumptions about characteristic handles
Although the Characteristic Value descriptor is required to be
immediately after the characteristic descriptor, the specification
allows for gaps in the corresponding Attribute handles.  Use the value
handle from the characteristic descriptor for value reads.

See BLUETOOTH CORE SPECIFICATION Version 5.1 Vol 3, Part G section 2.5.1
(p. 2345), first paragraph.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-06-25 18:24:32 +02:00
..
bluetooth Bluetooth: gatt: avoid assumptions about characteristic handles 2019-06-25 18:24:32 +02:00
console docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
cpp style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
debug arch: arm: remove _preempt_float in unshared FP registers mode 2019-05-03 14:25:22 -04:00
dfu dfu/boot: make swap_type optional 2019-06-18 11:09:16 +02:00
disk dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
fb
fs native_posix: Added support to access flash via FUSE 2019-06-11 08:31:54 -04:00
jwt cmake: Don't have users call zephyr_link_interface on mbedTLS 2019-05-11 08:35:26 -04:00
logging log facility: make its records 64-bit compatible 2019-06-24 08:58:52 +02:00
mgmt mcumgr: move Kconfig to main tree 2019-05-31 12:50:09 -04:00
net net: ptp: Add usermode support to net_eth_get_ptp_clock_by_index() 2019-06-25 15:22:51 +03:00
power Power: Fix various spurious LOG_ERR calls 2019-06-04 09:20:37 -04:00
random rand32_entropy_device.c: remove atomic_t misuse 2019-05-30 09:16:35 -04:00
settings docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
shell shell: add Ctrl+N and Ctrl+P meta-keys 2019-06-24 07:17:53 -04:00
stats stats: fix Coverity CID :198875 2019-06-07 12:00:02 -04:00
storage subsys/storage/flash_map: Fix returned error codes 2019-05-24 11:13:41 +02:00
testsuite docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
usb docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
CMakeLists.txt
Kconfig