summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Janssen <jamuraa@chromium.org>2015-04-03 15:02:01 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-04-07 17:45:10 +0300
commit729e9c0355e7154530caf790bc67c9c36b620e56 (patch)
tree1b9de9cdaac15ac7ec8cc118e7059d99d67882fb /Makefile.am
parentd5f5063d149e17180ea5429de251e80ae7952e93 (diff)
downloadbluez-729e9c0355e7154530caf790bc67c9c36b620e56.tar.gz
shared: add bt_ad structure
The bt_ad structure provides an abstraction for easy translation of defined Advertisement Data fields into the resulting raw bytes needed by the Bluetooth HCI LE Set Advertising Data command.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7360f4946..2a1fe764d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,6 +111,7 @@ shared_sources = src/shared/io.h src/shared/timeout.h \
src/shared/uhid.h src/shared/uhid.c \
src/shared/pcap.h src/shared/pcap.c \
src/shared/btsnoop.h src/shared/btsnoop.c \
+ src/shared/ad.h src/shared/ad.c \
src/shared/att-types.h \
src/shared/att.h src/shared/att.c \
src/shared/gatt-helpers.h src/shared/gatt-helpers.c \