summaryrefslogtreecommitdiffstats
path: root/cups
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-05-02 21:55:36 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-05-02 21:55:36 +0000
commit7aebf78831f16192d979910c6d359e9f76e51a54 (patch)
tree119980ca874d869055bdc1168eb66d3e0403e0d4 /cups
parent8566cd3b75ff3a2d453397e630f6670d7d3f02f7 (diff)
Use definitions from the Bluetooth library
Diffstat (limited to 'cups')
-rw-r--r--cups/sdp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cups/sdp.c b/cups/sdp.c
index 3a79d7b6..c636f7d2 100644
--- a/cups/sdp.c
+++ b/cups/sdp.c
@@ -40,12 +40,6 @@
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
-#define HCRP_CTRL_UUID 0x0012
-#define HCRP_DATA_UUID 0x0014
-
-#define HCR_PROFILE_ID 0x1125
-#define HCR_PRINT_SVCLASS_ID 0x1126
-
int sdp_search_hcrp(sdp_session_t *sdp, unsigned short *ctrl_psm, unsigned short *data_psm)
{
sdp_list_t *srch, *attrs, *rsp;