diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-05-30 10:58:30 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-05-30 10:58:30 +0000 |
commit | 73f2fe893f6801358ea4fb88dc8d24050c7d0ca5 (patch) | |
tree | e89617ca777ac20cf8c2b819df231ca885799f5e /include/sdp.h | |
parent | 1b64c76ef66c10500f575240bd214c7b38b68a1f (diff) |
Add another Phonebook Access identifier
Diffstat (limited to 'include/sdp.h')
-rw-r--r-- | include/sdp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/sdp.h b/include/sdp.h index 7ff74979..200a6b0e 100644 --- a/include/sdp.h +++ b/include/sdp.h @@ -124,6 +124,7 @@ extern "C" { #define SAP_SVCLASS_ID 0x112d #define PBAP_PCE_SVCLASS_ID 0x112e #define PBAP_PSE_SVCLASS_ID 0x112f +#define PBAP_SVCLASS_ID 0x1130 #define PNP_INFO_SVCLASS_ID 0x1200 #define GENERIC_NETWORKING_SVCLASS_ID 0x1201 #define GENERIC_FILETRANS_SVCLASS_ID 0x1202 @@ -190,8 +191,9 @@ extern "C" { #define UDI_TA_PROFILE_ID UDI_TA_SVCLASS_ID #define AV_PROFILE_ID AV_SVCLASS_ID #define SAP_PROFILE_ID SAP_SVCLASS_ID -#define PBAP_PCE_PROFILE_ID PBAP_PCE_PROFILE_ID -#define PBAP_PSE_PROFILE_ID PBAP_PSE_PROFILE_ID +#define PBAP_PCE_PROFILE_ID PBAP_PCE_SVCLASS_ID +#define PBAP_PSE_PROFILE_ID PBAP_PSE_SVCLASS_ID +#define PBAP_PROFILE_ID PBAP_SVCLASS_ID #define PNP_INFO_PROFILE_ID PNP_INFO_SVCLASS_ID #define GENERIC_NETWORKING_PROFILE_ID GENERIC_NETWORKING_SVCLASS_ID #define GENERIC_FILETRANS_PROFILE_ID GENERIC_FILETRANS_SVCLASS_ID |