Skip to content

Commit aefc8c5

Browse files
committed
bluetooth: added uuid for Elapsed Time Service
Added UUID for Elapsed Time Service (0x183F). Signed-off-by: Dipak Shetty <[email protected]>
1 parent b69b064 commit aefc8c5

File tree

1 file changed

+18
-0
lines changed
  • include/zephyr/bluetooth

1 file changed

+18
-0
lines changed

include/zephyr/bluetooth/uuid.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)