| commit | f8ba0cccb7c5558e8af0e4987637045fc9599ccd | [log] [tgz] |
|---|---|---|
| author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed Sep 18 14:01:00 2019 +0000 |
| committer | Anas Nashif <anas.nashif@intel.com> | Thu Dec 19 11:01:57 2019 -0500 |
| tree | abaf2030fbb4652b4926c6721ba687767ff37055 | |
| parent | 1b31b7eb79a559b17ef15d44748716af112fe834 [diff] |
Bluetooth: GATT: Fix not storing SC changes CCC storaged is no longer declared separetly so check if ccc->cfg matches with sc_ccc_cfg no longer works so instead use the cfg_changed callback and match against sc_ccc_cfg_changed. Fixes #19267 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>