commit | 1b038f294114797a2aecdfdae76198520efbb7f6 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Fri May 11 21:53:02 2018 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Mon May 14 18:51:22 2018 +0300 |
tree | ed41f302431943c13b4218c2ce8d228ecfec1ecb | |
parent | 318a17586792a3d86d9941b3941d61eefb1d613b [diff] |
Bluetooth: GATT: Make BT_GATT_CHARACTERISTIC declare its value This ensures the every characteristic has a value attribute declared with the same UUID since the old macro did not declare the value the application would normally have to declare one itself using a different UUID which is not allowed. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>