summaryrefslogtreecommitdiff
path: root/android/avrcp.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2015-03-25 09:52:47 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-03-25 13:13:09 +0200
commit274194ee8f65811895623124bbf85d3d419f8357 (patch)
treecf3ea4ee7fefb3ec2033e3dd0d1ebd227f2d6afd /android/avrcp.c
parentb148a4edf1303302ac93ab0de68cee6060ddca80 (diff)
downloadbluez-274194ee8f65811895623124bbf85d3d419f8357.tar.gz
android/avrcp: Move SDP features defines to common header
Those will be used also by linux implementation so no need to duplicate them.
Diffstat (limited to 'android/avrcp.c')
-rw-r--r--android/avrcp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/android/avrcp.c b/android/avrcp.c
index a0d412d8a..bcb422842 100644
--- a/android/avrcp.c
+++ b/android/avrcp.c
@@ -49,11 +49,6 @@
#define L2CAP_PSM_AVCTP 0x17
-#define AVRCP_FEATURE_CATEGORY_1 0x0001
-#define AVRCP_FEATURE_CATEGORY_2 0x0002
-#define AVRCP_FEATURE_CATEGORY_3 0x0004
-#define AVRCP_FEATURE_CATEGORY_4 0x0008
-
static bdaddr_t adapter_addr;
static uint32_t record_tg_id = 0;
static uint32_t record_ct_id = 0;