diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-02 21:55:36 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-02 21:55:36 +0000 |
commit | 7aebf78831f16192d979910c6d359e9f76e51a54 (patch) | |
tree | 119980ca874d869055bdc1168eb66d3e0403e0d4 /cups | |
parent | 8566cd3b75ff3a2d453397e630f6670d7d3f02f7 (diff) |
Use definitions from the Bluetooth library
Diffstat (limited to 'cups')
-rw-r--r-- | cups/sdp.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |