zephyr/subsys
Luiz Augusto von Dentz ede13428e7 Bluetooth: GATT: Fix not being able to notify
When CONFIG_BT_GATT_NOTIFY_MULTIPLE is selected and the remote has
enabled support for using its procedure data can sometimes not fit
into the buffer since the multiple variant has a bigger header, so
instead of failing immediatelly this attempts to send the data using
the legacy PDU instead so those using bt_gatt_get_mtu - 3 can still be
sent.

Fixes #26106

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2020-07-13 12:23:48 +02:00
..
bluetooth Bluetooth: GATT: Fix not being able to notify 2020-07-13 12:23:48 +02:00
canbus canbus: canopen: fix reference to CAN in Automation draft standard 2020-06-29 14:10:56 -04:00
console
cpp
debug
dfu config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
disk disk: Remove unused variables in nxp usdhc driver 2020-07-09 07:56:44 -05:00
fb
fs subsys/fs: Fix fs_* operations crashing when file closed 2020-07-03 12:16:11 -04:00
jwt
logging
mgmt mgmt: correct MPU_ALLOW_FLASH_WRITE selection 2020-07-02 12:28:06 +02:00
net net: tcp2: Fix dereference after null check in tcp_in() 2020-07-10 11:46:20 +02:00
power soc: arm: st_stm32 add low power to stm32wb series 2020-07-02 08:45:40 -04:00
random random: Add syscalls for random subsystem 2020-07-08 21:05:36 -04:00
settings
shell shell: Export shell_hexdump_line() 2020-07-07 17:19:26 -04:00
stats
storage
testsuite
tracing
usb usb: Correct logging level in Audio class. 2020-07-07 19:28:14 -04:00
CMakeLists.txt
Kconfig