summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPiyush Itankar <piyush.t.itankar@intel.com>2016-11-11 13:56:33 +0530
committerJohan Hedberg <johan.hedberg@intel.com>2017-01-28 08:43:41 +0200
commit4a014f3e81bd2f09aa72a3654e87995c974462ae (patch)
treea205df367a97e9d29e58df7fcbab3276000141e5 /include
parent785415c8ad245d3f7b0ac4f9117c3a297c83cd7e (diff)
Bluetooth: A2DP: Stream End Point Structure
Added structure definition for stream end points and the a2dp stream. Change-Id: I6d0cc08611f5179397bea6200eb9244d7c1cc8d6 Signed-off-by: Piyush Itankar <piyush.t.itankar@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/bluetooth/a2dp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/bluetooth/a2dp.h b/include/bluetooth/a2dp.h
index 36d4ad615..e3f142d8a 100644
--- a/include/bluetooth/a2dp.h
+++ b/include/bluetooth/a2dp.h
@@ -14,6 +14,19 @@
extern "C" {
#endif
+#include <bluetooth/avdtp.h>
+
+/** @brief Stream Structure */
+struct bt_a2dp_stream {
+ /* TODO */
+};
+
+/** @brief Stream End Point */
+struct bt_a2dp_endpoint {
+ /** Stream End Point Information */
+ struct bt_avdtp_seid_lsep info;
+};
+
/** @brief A2DP structure */
struct bt_a2dp;