commit | 917adaea770e20e1f4608e216c566f2b0d1c0386 | [log] [tgz] |
---|---|---|
author | Ilhan Ates <ilhan.ates@nordicsemi.no> | Mon Nov 22 10:35:11 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 25 10:44:54 2021 -0500 |
tree | 90eeea7fbac5ae7ec2288705b5212201dc5e4c33 | |
parent | a60f0ac7a4190b199c55e529ceb8c62283c7cb05 [diff] |
Bluetooth: host: Fix notify multiple issue When multiple notify feature is enabled, notifications are pushed twice. Host sends multiple notify with BT_ATT_OP_NOTIFY_MULT and then continues to send regular notification with BT_ATT_OP_NOTIFY. Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/40546 Signed-off-by: Ilhan Ates <ilhan.ates@nordicsemi.no>