| 39 | | #ifdef HAVE_SDPLIB /* should switch on OS here */ |
| 40 | | |
| 41 | | /** |
| 42 | | Nokia OBEX PC Suite Services. |
| 43 | | binary representation of 00005005-0000-1000-8000-0002ee000001 |
| 44 | | \note prefer this over FTP on Series 60 devices |
| 45 | | */ |
| 46 | | #define __SVC_UUID_PCSUITE_bytes \ |
| 47 | | { 0x00, 0x00, 0x50, 0x05, \ |
| 48 | | 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, \ |
| 49 | | 0x00, 0x02, 0xee, 0x00, 0x00, 0x01 } |
| 50 | | #define SVC_UUID_PCSUITE ((const uint8_t []) __SVC_UUID_PCSUITE_bytes) |
| 73 | | #endif |
| | 63 | #endif /* _WIN32 */ |
| | 64 | |
| | 65 | #ifdef HAVE_SDPLIB /* should switch on OS here */ |
| | 66 | |
| | 67 | /** |
| | 68 | Nokia OBEX PC Suite Services. |
| | 69 | binary representation of 00005005-0000-1000-8000-0002ee000001 |
| | 70 | \note prefer this over FTP on Series 60 devices |
| | 71 | */ |
| | 72 | #define __SVC_UUID_PCSUITE_bytes \ |
| | 73 | { 0x00, 0x00, 0x50, 0x05, \ |
| | 74 | 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, \ |
| | 75 | 0x00, 0x02, 0xee, 0x00, 0x00, 0x01 } |
| | 76 | #define SVC_UUID_PCSUITE ((const uint8_t []) __SVC_UUID_PCSUITE_bytes) |