Skip to content

Commit fd1f439

Browse files
dipakgmxdanieldegrasse
authored andcommitted
include: zephyr: bluetooth: uuid: fix typo in characteristic doxygen
Fixes correct GATT characteristic description for Device Time. Signed-off-by: Dipak Shetty <shetty.dipak@gmx.com>
1 parent 708c1dc commit fd1f439

File tree

1 file changed

+1
-1
lines changed
  • include/zephyr/bluetooth

1 file changed

+1
-1
lines changed

include/zephyr/bluetooth/uuid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4221,7 +4221,7 @@ struct bt_uuid_128 {
42214221
*/
42224222
#define BT_UUID_GATT_DEVT_VAL 0x2b90
42234223
/**
4224-
* @brief GATT Characteristic String
4224+
* @brief GATT Characteristic Device Time
42254225
*/
42264226
#define BT_UUID_GATT_DEVT \
42274227
BT_UUID_DECLARE_16(BT_UUID_GATT_DEVT_VAL)

0 commit comments

Comments
 (0)