File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -643,6 +643,15 @@ struct bt_uuid_128 {
643643 */
644644#define BT_UUID_PAMS \
645645 BT_UUID_DECLARE_16(BT_UUID_PAMS_VAL)
646+ /**
647+ * @brief Elapsed Time Service UUID value
648+ */
649+ #define BT_UUID_ETS_VAL 0x183f
650+ /**
651+ * @brief Elapsed Time Service
652+ */
653+ #define BT_UUID_ETS \
654+ BT_UUID_DECLARE_16(BT_UUID_ETS_VAL)
646655/**
647656 * @brief Audio Input Control Service UUID value
648657 */
@@ -5081,6 +5090,15 @@ struct bt_uuid_128 {
50815090 */
50825091#define BT_UUID_BAS_BATTERY_ENERGY_STATUS \
50835092 BT_UUID_DECLARE_16(BT_UUID_BAS_BATTERY_ENERGY_STATUS_VAL)
5093+ /**
5094+ * @brief ETS Characteristic Current Elapsed Time UUID Value
5095+ */
5096+ #define BT_UUID_ETS_CURRENT_ELAPSED_TIME_VAL 0x2bf2
5097+ /**
5098+ * @brief ETS Characteristic Current Elapsed Time
5099+ */
5100+ #define BT_UUID_ETS_CURRENT_ELAPSED_TIME \
5101+ BT_UUID_DECLARE_16(BT_UUID_ETS_CURRENT_ELAPSED_TIME_VAL)
50845102/**
50855103 * @brief GATT Characteristic LE GATT Security Levels UUID Value
50865104 */
You can’t perform that action at this time.
0 commit comments