commit | 82a51b3d4993ec12d31357f8d21ce76d4351d9ad | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Mon Jul 05 13:30:51 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Aug 03 13:56:04 2021 +0200 |
tree | 8c289d96d4a07f68a65c5555e91c7ca1efd70347 | |
parent | 6bcb31d6ce642edc82083255bcf93274145c9f7d [diff] |
Bluetooth: GATT: Update gatt.h _value doc description The _value in BT_GATT_ATTRIBUTE was misleading as it cannot be generically used a attribute value, and actually is a user_data pointer. The macros BT_GATT_CPF, BT_GATT_CEP and BT_GATT_CUD was also update to more accurate describe the expected type of value for the macros. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>