commit | c3edc82fe7811e3d1c2b1a421918c3ba6a4b3d99 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Thu Jun 07 12:41:34 2018 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 11 14:41:19 2018 -0400 |
tree | e62dad940096a1dc1966c885b1cd6234f544e5fc | |
parent | 31ab6bffb2120259a85fdf27921ebf15a605bf78 [diff] |
Bluetooth: GATT: Allow Characterist to be used with bt_gatt_notify Since BT_GATT_CHARACTERISTIC now expands to 2 attributes it may be confusing to use bt_gatt_notify as that expects the Value attribute to be given which is no longer visible, so this enables the user to use the Characteristic attribute in addition to its value. Fixes #8231 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>