Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bluetooth: UUID: Fix BT_UUID_ES_TRIGGER_SETTING
BT_UUID_ES_TRIGGER_SETTING was incorrectly using
BT_UUID_ES_MEASUREMENT_VAL as value instead of
BT_UUID_ES_TRIGGER_SETTING_VAL.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  • Loading branch information
Vudentz authored and jhedberg committed Sep 21, 2020
1 parent a8ffc03 commit 9efd93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bluetooth/uuid.h
Expand Up @@ -441,7 +441,7 @@ struct bt_uuid_128 {
* @brief Environmental Sensing Trigger Setting Descriptor
*/
#define BT_UUID_ES_TRIGGER_SETTING \
BT_UUID_DECLARE_16(BT_UUID_ES_MEASUREMENT_VAL)
BT_UUID_DECLARE_16(BT_UUID_ES_TRIGGER_SETTING_VAL)
/** @def BT_UUID_GAP_DEVICE_NAME_VAL
* @brief GAP Characteristic Device Name UUID value
*/
Expand Down

0 comments on commit 9efd93a

Please sign in to comment.