commit | 593d8561c9ffde29a38c5a9f87a3b9057b7f1014 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Tue Apr 02 14:32:31 2019 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 02 12:13:22 2019 -0400 |
tree | 62995c67e9b190d076334d6efeb135c3b3b0ac48 | |
parent | e9d726c400a448c6a2462babfa5a2e45a5188308 [diff] |
Bluetooth: PPCP: Fix not being able to disable configurations The spec allows to set to no specific value with use of 0xffff. As this still enables entering values in the invalid range, 3200-65535 for min/max interval, this adds the necessary build checks to prevent values within this range to be used and at same time check if min interval is not bigger that max interval. Fixes #15017 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>